On Wed, May 19, 2010 at 06:28, jerome moliere <[email protected]> wrote:
>
>> 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

Sometimes there's problems uploading the nightly build artifacts to
the server that hosts the content, looks like it screwed up again :(
I've found it's easier to track HEAD and build when you need the docs,
that way you always have the latest stuff.

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



-- 
Jason Porter

Software Engineer
Open Source Advocate

PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu

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

    http://xircles.codehaus.org/manage_email


Reply via email to