stevedlawrence opened a new issue, #5:
URL: https://github.com/apache/daffodil-sbt/issues/5

   If you run `packageDaffodilBin` and something goes wrong (e.g. schema 
compilation failure, typo in sbt configuration) it might not generate a saved 
parser. But the `FileFunction.cached` function the plugin uses to look for 
changes and determine if it needs to rebuild the parser doesn't know this--it 
thinks everything finished successfully. So running the command again won't do 
anything--it won't compile the schema and it won't error. It just thinks 
there's no work that needs to be done.
   
   I think `FileFunction.cached` is supposed to handle this, so we might be 
using it incorrectly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to