stevedlawrence opened a new pull request, #10:
URL: https://github.com/apache/daffodil-sbt/pull/10
- Add new "daffodilVersion" setting, used to specify which version of
Daffodil "sbt test" should build and run against. This is used to add
dependencies like daffodil-tdml-processor, junit, and loggers if needed
- Set crossPaths to false--schema projects jars do not depend on specific
versions of Scala since they just contain resources. This makes it so the _2.12
is not included in jar file names.
- Set testOptions for verbose logging with SBT JUnit interface
- Change daffodilPackageBinVersion from a Set to a Seq. This makes it so
order is deterministic and schema projects can do things like:
daffodilVersion := daffodilPackageBinVersions.head
- Remove sbtPlugin := true setting--that is already set by enabling the
SbtPlugin plugin
- Update scripted test to use new settings and remove settings the plugin
now provides.
- Ignore project/build.properties in scripted tests--when running scripted
tests manually sbt creates these files and we don't want them
Closes #9
--
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]