Hi Guillaume,

On Apr 6, 2009, at 4:22 PM, tog wrote:

Hi

I would like to know few things:

1- gradlew is currently not supporting http proxy. Is that feature planned for 0.6 ?

Yes


2- Similarly I have some tests that use JAVA_OPTS="-DproxyHost=..."
While groovy uses these options, they don't seem to be propagated when the tests are lanched by gradle.

The tests are run in there own JVM. You can specify options for this JVM like:

options.fork(jvmArgs: ["-ea", '-Xms128m', '-Xmx1g', '- XX:MaxPermSize=256m', '-XX:+HeapDumpOnOutOfMemoryError'])


3- on the main page - the download version is 0.5 while the repository has a 0.5.2 available. I think this should be updated or may be 0.5 is the preferred version ?

0.5.2 is the preferred version. Many thanks for pointing this out. We have changed the build for our website and this bug has passed through unnoticed. I have fixed the website.

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to