On Tue, May 4, 2010 at 4:47 AM, James Carr <james.r.c...@gmail.com> 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

- Hans

--
Hans Dockter
Founder, Gradle
http://www.gradle.org, http://twitter.com/gradleorg
CEO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to