Hi,

The Grails build generates several JAR files one of which contains the
Gant scripts. At the moment we have a separate Ant target for
compiling the scripts to a special target directory, i.e. not the
usual "target/classes" bu "target/compiled-scripts". This means we
just need to jar up everything in that directory.

I'm after a way to achieve the same effect with Gradle. Two options
spring to mind: treat the scripts as a separate project/sub-project,
or do a manual compile. I tried the second option, but I'm not sure
how to get the normal compile classpath to "ant.groovyc()". Any ideas?

Thanks,

Peter

-- 
Software Engineer
G2One, Inc.
http://www.g2one.com/

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

    http://xircles.codehaus.org/manage_email


Reply via email to