Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added DAFFODIL_HOME instructions

...

You will need the sbtEclipse plugin. Version 5.2.4 is known to work.

You must set the DAFFODIL_HOME environment variable to the directory where you have Daffodil checked out. (Proper setup of eclipse classpaths depends on this env var.)

Then just invoke

Code Block
sbt updateClassifiers compile eclipse updateEclipseClasspaths

...