Correct me, if I'm wrong, but as far as I understand - in testClassesDir there will only be the test classes, - while the classes to be tested are in classesDir
I only want to get coverage on the classes to be tested, thus I instrument the classesDir and put the result in instrumentedClassesDir. The test task has to use the instrumentedClassesDir and the testClassesDir (and the dependency libs), but not the classesDir. -- View this message in context: http://www.nabble.com/Testing-instrumented-classes--tp20247149p20268923.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
