mbeckerle commented on a change in pull request #38: Move built-in-formats.xsd
to test and the backwards compatibility added for it
URL: https://github.com/apache/incubator-daffodil/pull/38#discussion_r167233370
##########
File path: build.sbt
##########
@@ -75,11 +75,11 @@ lazy val test = Project("daffodil-test",
file("daffodil-test")).conf
.settings(commonSettings, nopublish)
lazy val testIBM1 = Project("daffodil-test-ibm1",
file("daffodil-test-ibm1")).configs(TestDebug)
- .dependsOn(tdml)
+ .dependsOn(tdml, core % "test->test")
.settings(commonSettings, nopublish)
lazy val tutorials = Project("daffodil-tutorials",
file("tutorials")).configs(TestDebug)
- .dependsOn(tdml)
+ .dependsOn(tdml, core % "test->test")
Review comment:
I will fix these eclipse project classpath things. I would prefer to let you
break them with this PR, then do a straight PR to fix them. Just to avoid
confusion, as I have too many balls in the air at the moment.
----------------------------------------------------------------
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