> As Gradle uses the same groovyc under the hood as the Grails Ant build my > guess is that it is some classpath issue. Checking the debug output it looks > like groovyc is disregarding the includeAntRuntime property, which is set to > false in both cases (ant, gradle). Ant has a kind of weird default behavior. > If this property is not explicitly set to false in the ant javac task, the > classpath of the context classloader is added to the compile classpath. > > I will let you know when I have found out more.
There's something else. You can run the single test like so: gradle test-single It fails. Now do this: touch test/groovy/org/codehaus/groovy/grails/web/servlet/mvc/AbstractGrailsControllerTests.groovy gradle test-single When I try that, the test passes! Very strange... BTW, thanks for looking at this. Peter -- Software Engineer G2One, Inc. http://www.g2one.com/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
