On 20/07/10 2:39 AM, phil swenson wrote:
What are the options for calling gradle from ant?
One option is to write a custom Ant task which uses the GradleLauncher API to run a Gradle build.
The other (better) option is to use Gradle to run the Ant build. Then, the Ant tasks can depend on Gradle tasks and vice versa.
-- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
