I am trying to set the proxy for Ant to use when it needs to download files but 
I am getting an HTTP 407 (proxy authentication) error when I run Ant.

I am using Windows and have set the ANT_OPTS environment variable like:

-Dhttp.proxyHost=***** -Dhttp.proxyPort=8080 -Dhttp.proxyUser=***** 
-Dhttp.proxyPass=*****

where "*****" hides confidential info.

Is this the right way to do this?  Are these the right parameters etc.?  Why 
would it be failing when the same settings work for Eclipse's proxy settings?

Thanks,

-jt

Reply via email to