1. I'd like my build to compile both .java and .groovy files under /src/main/groovy, but without the stub generation that's normally done for joint compilation. Is this possible?
2. When a JUnit 4 test throws an AssertionError, a failure is reported (as expected). But when a test throws a subclass of AssertionError (which JUnit itself does on occasion, and other JUnit runners might also do), an error is reported! Any ideas how to fix this? (I suppose this is a flaw in Ant's JUnit task.) Cheers, Peter -- View this message in context: http://www.nabble.com/Questions-on-Groovy-plugin-and-Test-task-tp17158287p17158287.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
