[classlib] [build] unable to download dependences if behind the firewall
------------------------------------------------------------------------
Key: HARMONY-523
URL: http://issues.apache.org/jira/browse/HARMONY-523
Project: Harmony
Type: Improvement
Components: Classlib
Environment: win32
Reporter: Alexei Zakharov
Priority: Trivial
Automatic downloading of dependent jars doesn't work if system is located behind the firewall.
ant -f make/depends.xml download
ends with:
download:
[echo] Fetching depends/jars/xalan-j_2.6.0/xalan.jar
[get] Getting: http://www.ibiblio.org/maven/xalan/jars/xalan-2.6.0.jar
[get] Error getting http://www.ibiblio.org/maven/xalan/jars/xalan-2.6.0.jar to C:\Java\harmony\enhanced\classlib\trunk\depends\jars\xalan-j_2.6.0\xalan.jar
BUILD FAILED
C:\Java\harmony\enhanced\classlib\trunk\make\depends.xml:70: The following error occurred
while executing this line:
C:\Java\harmony\enhanced\classlib\trunk\make\depends.xml:117: java.net.ConnectException: Connection
timed out: connect
As far as I understand make\depends.xml (revision 410065) does not utilize http.proxyHost
& http.proxyPort props defined in depends.properties . Attached patch corrects this situation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|