commit | cd97ccb4651a0345e113ce9fd9f9e648ce1f3f9e | [log] [tgz] |
---|---|---|
author | Michael Beckerle <mbeckerle@apache.org> | Wed May 11 14:45:59 2022 -0400 |
committer | Mike Beckerle <mbeckerle@apache.org> | Wed May 11 18:07:19 2022 -0400 |
tree | 297dbc087fb59d23370b4a4506a3ddff8ab88df3 | |
parent | d888377efcc9256d635862b61ad1fa207af72118 [diff] |
Updates to improve style of schemas and tdml using default namespaces Also updated to sbt 1.6.2
This repository is a Giter8 template for Apache Daffodil DFDL schemas.
Install SBT and run the following command:
sbt new apache/daffodil-schema.g8
This command prompts for various properties and creates a bare-bones directory structure that follows the recommended DFDL Schema Project Layout. This includes git and sbt configuration files, a basic DFDL schema file, and TDML and test files.
The following properties are used to configure the generated DFDL schema project:
This repository uses the SBT Giter8 plugin to perform a single basic sanity check of template generation. To execute this check, run:
sbt test
This command generates a new project using the default.properties
template values and then runs the SBT Scripted commands defined in src/test/g8/test
to validate correct generation.
Apache Daffodil DFDL Schema Template is licensed under the Apache License, v2.0.