stevedlawrence opened a new pull request, #167:
URL: https://github.com/apache/daffodil-sbt/pull/167

   Move the packageDaffodilBin and related tasks that generate saved parsers 
into the Compile and Test configs. This allows use of configuration scoped 
tasks (e.g. fullClasspath) to build saved parsers using resources that include 
Compile or Test resources.
   
   With this change, projects that require test resources can define this in 
their build.sbt:
   
       Test / daffodilPackageBinInfos := ...
   
   And then run this to create a saved parser using test resources:
   
       Test / packageDaffodilBin
   
   Note that if Test resources aren't needed this works exactly the same as 
before.
   
   Closes #165


-- 
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