Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: sbt version and link

...

  git clone https://opensource.ncsa.illinois.edu/fisheye/git/dfdl.git

we are currently working (collectively) on Our workflow uses review branches before integrating back into the master branch.

Requirements & Building from Source

...

SBT is required for building, and depedency management.  See the README and BUILD files in the root of your local clone of the git repository.  In short, you need to download and put the correct SBT Launcher in your path.  Daffodil is currently using version 0.1112.3 1 of SBT.  The correct launcher can be downloaded from   SBT is available here: http://xsbtwww.scala-sbt.org/release/docs/Getting-Started/Setup.html#install

Daffodil is written in Scala 2.9.2, which also must be installed in order to run Daffodil.

...