You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Weldon Washburn <we...@gmail.com> on 2006/05/15 20:37:49 UTC

[drlvm] fyi -- what to try if "build.bat update...." is not working

FYI -- If you get "connection timed out" errors when trying to run
"build.bat update...", it could be because http.proxyhost and
http.proxyPort are not set correctly.

-- 
Weldon Washburn
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [drlvm] fyi -- what to try if "build.bat update...." is not working

Posted by Andrey Chernyshev <a....@gmail.com>.
On 5/15/06, Weldon Washburn <we...@gmail.com> wrote:
> FYI -- If you get "connection timed out" errors when trying to run
> "build.bat update...", it could be because http.proxyhost and
> http.proxyPort are not set correctly.

Proxy settings can be set as follows:

build.bat  -Dhttp.proxyHost=your_proxy_host
-Dhttp.proxyPort=your_proxy_port#  update

Proxy port & host most likely will be available in a current web
browser settings. Or, one can ask a system administrator to learn
them.

The alternative way to set proxy is to put the lines:

http.proxyHost=your_proxy_host
http.proxyPort=your_proxy_port#

at build\make\*.properties files.



Andrey Chernyshev
Intel Middleware Products Division

>
> --
> Weldon Washburn
> Intel Middleware Products Division
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org