Thanks... amusingly I built gradle from source this morning so I can play around with these two features today... I use the ant.java task often for test runners (Scala SpecS, Fitnesse, JBehave, etc) so this will improve my build scripts a great deal. :)
Thanks, james On Tue, May 4, 2010 at 1:13 AM, Hans Dockter <[email protected]> wrote: > > > On Tue, May 4, 2010 at 8:12 AM, Hans Dockter <[email protected]> wrote: >> >> >> On Tue, May 4, 2010 at 4:47 AM, James Carr <[email protected]> wrote: >>> >>> Where can find some more info on the following tweets made by GradleOrg >>> today? >> >> So far only in the Javadoc of master. Our nightly latest docs update is >> not working currently. So you need to look in the code. >> >>> >>> * Gradle has now native support for executing commands and Java code. >>> It's integrated with the dependency management and the logging system. >> >> See the tasks: >> >> >> http://github.com/gradle/gradle/blob/master/subprojects/gradle-core/src/main/groovy/org/gradle/api/tasks/JavaExec.java >> >> http://github.com/gradle/gradle/blob/master/subprojects/gradle-core/src/main/groovy/org/gradle/api/tasks/Exec.java >> >> And the methods exec and javaexec in >> http://github.com/gradle/gradle/blob/master/subprojects/gradle-core/src/main/groovy/org/gradle/api/Project.java >> >>> >>> * Gradle provides now support for parallel test execution. >> >> See the get/setMaxParallelPorts in >> http://github.com/gradle/gradle/blob/master/subprojects/gradle-plugins/src/main/groovy/org/gradle/api/tasks/testing/Test.java > > I meanĀ get/setMaxParallelForks :) > > - Hans > > -- > Hans Dockter > Founder, Gradle > http://www.gradle.org, http://twitter.com/gradleorg > CEO, Gradle Inc. - Gradle Training, Support, Consulting > http://www.gradle.biz > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
