stevedlawrence commented on issue #20: Update eclipse classpaths to work with 
latest.
URL: https://github.com/apache/incubator-daffodil/pull/20#issuecomment-355086254
 
 
   +1
   
   Regarding the scallop library, the issue is likely that the daffodil-cli 
subproject is not aggregated into the root project. So any command you run on 
the root (e.g. sbt compile, sbt test, sbt updateClassifiers) will also run on 
all subprojects ***except*** the daffodil-cli subproject. To run a command on 
the daffodil-cli subproject you must explicitly specify it. This prevents 
running all the CLI tests (which take a long time) when you run ``sbt test``. 
So in addition to running ``sbt updateClassifiers`` you also need to run ``sbt 
daffodil-cli/updateClassifiers``. This should be added to our eclipse set up 
documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to