I want to get the test coverage during the test. Thus I instrument the classes with cobertura using AntBuilder and have the instrumented classes in the directory instrumented-classes.
How do I tell the test task to use these classes? All other tasks (libs, ...) should of course still use the original class files. -- View this message in context: http://www.nabble.com/Testing-instrumented-classes--tp20247149p20247149.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
