You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/11/04 21:57:22 UTC

[jira] Closed: (HARMONY-523) [classlib] [build] unable to download dependences if behind the firewall

     [ http://issues.apache.org/jira/browse/HARMONY-523?page=all ]

Tim Ellison closed HARMONY-523.
-------------------------------


> [classlib] [build] unable to download dependences if behind the firewall
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-523
>                 URL: http://issues.apache.org/jira/browse/HARMONY-523
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: win32
>            Reporter: Alexei Zakharov
>         Assigned To: Tim Ellison
>            Priority: Trivial
>         Attachments: depends.xml.diff, enable_proxy.patch
>
>
> 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