On 13/12/09 12:25 AM, Russel Winder wrote:
I have more or less committed everyone to supporting using Gradle to
build the Groovy system.

Problem 1 is that this is a multi-phase build.

Phase 1 compile all the Java code.
Phase 2 use the Groovy compiler just compiled to compile the Groovy
code.

This means not using the Groovy plugin as that requires a prebuilt
groovy-all jar.


The groovy jar doesn't need to exist until the compileGroovy or compileTestGroovy tasks actually execute. It doesn't even need a jar - just a classes dir would do. You should be fine.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


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

   http://xircles.codehaus.org/manage_email


Reply via email to