Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 4263 invoked from network); 10 Jul 2006 14:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 14:15:34 -0000 Received: (qmail 27072 invoked by uid 500); 10 Jul 2006 14:15:34 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 27039 invoked by uid 500); 10 Jul 2006 14:15:34 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 27028 invoked by uid 99); 10 Jul 2006 14:15:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 07:15:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 07:15:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FDF8410477 for ; Mon, 10 Jul 2006 14:13:30 +0000 (GMT) Message-ID: <20210682.1152540810192.JavaMail.jira@brutus> Date: Mon, 10 Jul 2006 14:13:30 +0000 (GMT+00:00) From: "Alexey Petrenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-523) [classlib] [build] unable to download dependences if behind the firewall In-Reply-To: <27719521.1148922038893.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-523?page=all ] Alexey Petrenko updated HARMONY-523: ------------------------------------ Attachment: depends.xml.diff I've created a new patch to fix this issue. It runs setproxy task inside the depends.xml if http.proxyHost property is set. In depends.properties or somewhere else. > [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 > 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