On Sep 7, 2009, at 10:12 AM, Russel Winder wrote:

In the Gant project I have all the Java and Groovy sources in
src/{main,test}/groovy and the Groovy plugin does the right thing with
the joint compiler so that there are no problems with dependencies
between Java and Groovy classes.

The question is what is the status of Java code in src/main/java with
the Groovy plugin.  Is it compiled separately with javac?

It is.

The real
question comes of course at compileTest time.  I am assuming that
build/src/main/java is not included in the classpath when compiling
build/src/test/groovy.

It is.

Try gradle compile compileTest and everything should work. We will reestablish the compileTest->compile dependency soon.

- Hans

--
Hans Dockter
Gradle Project Manager
http://www.gradle.org

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to