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

 ##########
 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:
   These new dependencies might require modifications to the Eclipse 
project/classpath files? Mike, could use give this a quick test and let me know 
if changes are needed? Maybe even add a pull request to this branch on 
stevedlarwence/incubator-daffodil if so? I don't have an eclipse environment 
set up so that would take a while to test for me.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to