several modules in java and one in scala : always runs scala tests
------------------------------------------------------------------
Key: BUILDR-437
URL: https://issues.apache.org/jira/browse/BUILDR-437
Project: Buildr
Issue Type: Bug
Components: Compilers
Affects Versions: 1.3.5, 1.4
Environment: ubuntu 9.10 (Linux 2 2.6.31-21-generic i686 GNU/Linux )
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
gem 1.3.5
java 1.5.0_16
scala 2.7.5 final
Reporter: Jean-Philippe Caruana
Fix For: Wish List
I have a project with several modules in java and one in scala.
If I run "buildr test" twice on the root of my project, and nothing has
changed, it will re-run all scala tests (but not the java/junit ones).
I have a dependancy between my scala module and a java module.
myproject
\-javaModule1
|-javaModule2
|-scalaModule (with a dependancy on javaModule2)
\--src
\-main/scala
|-test/scala
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.