Justin Zheng wrote:
> C:\Harmony\trunk\working_vm\build\make\setup.xml:444: Can't get
> http://www.rever
> se.net/pub/apache/apr/apr-1.2.6.zip to
> C:\Harmony\trunk\working_vm\build\pre-cop
> ied\archives\win\APR\apr-1.2.6.zip
> 
> It is Ant get error and I can not resolve it. Can anyone help?

It is likely that you can't get the resource or are behind a proxy.

1) Can you verify that getting the specified resource is possible at all?
i.e. it is not a site availability issue. Looking from your log, the url is
http://www.reverse.net/pub/apache/apr/apr-1.2.6.zip, try downloading it
from a browser, if it is fails, then the problem is not in DRLVM build.

2) You may need to configure HTTP proxy by modifying 
trunk/working_vm/build/win.properties

(or even use the internal java properties, like
    set ANT_OPTS='-Dhttp.proxyPort=<proxy-port> -Dhttp.proxyHost=<proxy-host>'
    build.bat update
)

put appropriate values instead of <proxy-port> and <proxy-host>.

BTW, there is a wiki page with DRLVM troubleshooting tips, 
would you mind sharing your experience after solving the problem?

http://wiki.apache.org/harmony/DrlvmBuildTroubleshooting


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to