On 24/02/10 1:49 AM, Russel Winder wrote:
I am trying to use environment variables to communicate between Gradle, Gant and Ant -- it's part of the Gant test suite. The communication used to be via writing a file but this technique means that the tests always fail when run in Eclipse and IDEA. So the question is how can one set environment variables in Gradle for use when the test process is forked?
Does test.environment not do what you need? http://gradle.org/latest/docs/javadoc/org/gradle/api/tasks/testing/Test.html -- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
