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

Chris Weed chrisweed at gmail.com
Tue Apr 7 07:17:07 PDT 2009


That worked.
Thanks,
Chris

On Mon, Apr 6, 2009 at 4:45 PM, David Welker <david.v.welker at gmail.com> wrote:
> 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