Versions Compared

Key

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

...

  1. Follow the directions above in 'Build Daffodil Using SBT'.  This needs to happen to generate the 'generated' code.
  2. Open Eclipse.
  3. In the Package Explorer select all of the daffodil projects (click the first project, hold SHIFT, click the last project).  Right-click the first project -> Refresh.
  4. From the top menu click Project -> Build Project or just check Project -> Build Automatically.
  5. Once the project is built you can test by opening 'daffodil-core/src/test/scala/' from the Package Explorer.
  6. Expand the dsom package and select the TestDsomCompiler.scala file.  Right-click the file -> Run As -> JUnit Test
  7. At this point, all of the tests should have run successfully.  If so, you are good to go.

...