[kepler-dev] proxy settings for run from build script

David Welker david.v.welker at gmail.com
Mon Apr 6 13:45:09 PDT 2009


Hi Chris,

Try the following and let me know if it works out for you.

ant run -Dproperties=http.proxyHost=proxy,http.proxyPort=8080

David
> I've been able to set proxy settings for java in my kepler 1.0 startup script,
> but now that I am building kepler-trunk I need to set this in the run command
> of the build script.
>
> I assume this is something I need to set in build-area/build.xml,
> but I am not that familiar with ant and ant build files.
>
> Basically I need to add these two java proxy settings:
> java -Xmx512m -Xss5m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 ...
>
> Any help how to do this would be greatly appreciated.
> Chris
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>
>   



More information about the Kepler-dev mailing list