> To run the script in-process, you could use GroovyShell to execute the
> script: http://groovy.codehaus.org/gapi/groovy/lang/GroovyShell.html
>
> To run the script in a separate process, you could use the Exec or JavaExec
> tasks to execute the script. See
> http://gradle.org/latest/docs/javadoc/org/gradle/api/tasks/Exec.html or
> http://gradle.org/latest/docs/javadoc/org/gradle/api/tasks/JavaExec.html
>
> I guess it might be nice to add a GroovyExec task at some point, too.
>
> To get the classpath, you might use sourceSets.main.runtimeClasspath, with
> is of type FileCollection:
> http://gradle.org/latest/docs/javadoc/org/gradle/api/file/FileCollection.html
>


Just for your information Adam, it seems that the website is quite empty, no
more docs , images and so on ?
Or is it a side effect from the proxy at customers site ? Following your
link gives me an arror and navigating through the directories show me empty
structures

Jerome

-- 
Jerome Moliere - Mentor/J
http://romjethoughts.blogspot.com/
auteur Eyrolles

Reply via email to