Hello, I've got a few questions: 1. In buildr 1.2.10 I was able to run test cases from inner project directory by typing buildr clean test However from version 1.3, it also runs all tests from dependent subprojects. Could you fall back this behaviour?
2. Running a lot of tests eats a lot of memory. Consider Apache ODE 1.X branch and axis2-war tests. When they are run separately (one by one), they work well. However if you run them all, they eat around 2GB of memory. It hangs my laptop :-(. So is there something like fork JVM per test case option in buildr? 3. Transitive dependencies. Is there a way to define a pool of dependencies in a file, so when some artifact uses some dependency, it's version is taken from this pool? It's something like dependencyManagement in Maven2, but in external file. Regards, -- RafaĆ Rusin http://rrusin.blogspot.com http://www.touk.pl http://top.touk.pl
