mbeckerle commented on code in PR #12: URL: https://github.com/apache/daffodil-schema.g8/pull/12#discussion_r1974390257
########## README.md: ########## @@ -28,10 +28,22 @@ 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] +structure that follows the recommended [DFDL Schema Project Layout] and most recent +best practices from the [DFDL Schema Style Guide]. This +includes git and sbt configuration files, basic DFDL schema files, and [TDML] and test files. +Once you have generated your schema directory, typing `sbt test` will work and +run a TDML test. Of course, the initial DFDL schema has no fields, the test data file is empty, and +the expected XML Infoset file is an empty element. But, it's working and you can +keep it working as you fill in the details of the schema and add tests. + +The schema project is set up to use the `daffodil-sbt` plugin for SBT as part of the +SBT build and test. +This provides capabilities to compile your DFDL schema into binary form and package it for +distribution. +You can read more about `daffodil-sbt` here: [Apache daffodil-sbt Plugin] + Review Comment: Will do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
