Release v2.0.0
2.0.0 Final Release
2.0.0 Final Release
Adding tests for tunables and fixing typo in setTunable

DFDL-1143
4 files changed
tree: 321e0f207f64b793f8a801ac2ecb518ec23e0f2c
  1. .idea/
  2. daffodil-cli/
  3. daffodil-core/
  4. daffodil-io/
  5. daffodil-japi/
  6. daffodil-lib/
  7. daffodil-macro-lib/
  8. daffodil-propgen/
  9. daffodil-runtime1/
  10. daffodil-runtime1-unparser/
  11. daffodil-sapi/
  12. daffodil-tdml/
  13. daffodil-test/
  14. daffodil-test-ibm1/
  15. eclipse-projects/
  16. project/
  17. test-stdLayout/
  18. tutorials/
  19. .classpath
  20. .ensime
  21. .gitignore
  22. build.sbt
  23. LICENSE
  24. README.md
README.md

Daffodil

Introduction

Daffodil is the open source implementation of the Data Format Description Language (DFDL), a specification created by the Open Grid Forum. DFDL is capable of describing many data formats, including textual and binary, commercial record-oriented, scientific and numeric, modern and legacy, and many industry standards. It leverages XML technology and concepts, using a subset of W3C XML schema type system and annotations to describe such data. Daffodil uses this description to parse data into an infoset represented as XML or JSON, easily capable of ingestion, validation, and transformation.

For more information about Daffodil, see the Daffodil Wiki.

Build Requirements

  • JDK 1.8
  • Scala 2.11.8
  • SBT 0.13.8

Getting Started

To build Daffodil:

$ sbt clean package

To run all Daffodil tests:

# run all unit tests
$ sbt test 
# run all command line tests
$ sbt cli

To build the Daffodil CLI:

$ sbt stage

The above will create Linux and Windows shell scripts in daffodil-cli/target/universal/stage/bin/. See the Daffodil CLI for details on its usage.

Getting Help

For questions, we can be reached on the Daffodil users mailing list or in the #Daffodil room on NCSA HipChat. Bugs can be reported via the Daffodil JIRA, or via email at daffodil-fouo-support@tresys.com for company confidential, FOUO, or security relevant issues.

License

Daffodil is licensed under the University of Illinois/NCSA Open Source License.