On the 0x1AC day of Apache Harmony Anton Luht wrote:
> Hello buildmasters,
>
> One note: ant fetch-depends seem not to work behind proxy - it fails
> after timeout. Adding proxy settings to depends.properties didn't
> help.
>
> The problem solved after I've added
>
> <setproxy proxyhost="${http.proxyHost}"
> proxyport="${http.proxyPort}"/>
>
> in the beginning of 'download' target in depends.xml
Known issue. I do it with:
$ export ANT_OPTS="-Dhttp.proxyHost=XXX -Dhttp.proxyPort=YYY"
$ ant fetch-depends
--
Egor Pasko, Intel Managed Runtime Division
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]