On Aug 6, 2009, at 3:25 PM, Steve Appling wrote:

We have discussed providing support for some type of launcher plugin, but you can implement a basic launching task very easily yourself:

task run << { ant.java(dir:'runDir', classname:'my.main.class', fork:true, classpath:configurations.runtime.asPath) }

It would be nice to have a feature at one point like:

configurations.runtime.run(main: ..., dir: ...)

- 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