Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleBuilding From Source
$ sbt update-classifiersupdateClassifiers
$ sbt daffodil-cli/updateClassifiers
$ sbt compile
$ sbt test

These commands will generate the 'generated' code, retrieve all necessary libraries, build Daffodil and execute all tests.  At this point Daffodil is built and ready to use.

...