Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 56169 invoked from network); 27 Sep 2010 12:53:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 12:53:01 -0000 Received: (qmail 31829 invoked by uid 500); 27 Sep 2010 12:53:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 31504 invoked by uid 500); 27 Sep 2010 12:52:58 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 31489 invoked by uid 99); 27 Sep 2010 12:52:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 12:52:58 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t.p.ellison@gmail.com designates 209.85.215.177 as permitted sender) Received: from [209.85.215.177] (HELO mail-ey0-f177.google.com) (209.85.215.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 12:52:50 +0000 Received: by eye22 with SMTP id 22so1535581eye.36 for ; Mon, 27 Sep 2010 05:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=Fno3pDLvAn84s28VuMjMWrrQWDy6dFkVdzhcbeIHEqM=; b=LAwpIetIf4c05388VsC+TR721v/uYMJD7zi8s8JvACQqp3OgQkPSuv16zPpAzOaKNz Ke8j3omABv0ZGe5hEwAEBGYM+IsdyglzhxBpNp6GMsXDi7icSYMCEr5HQsipXwYOEjvA 7DKrZbrsi+h/ebqcIDEbBk+HNwwqJioTxAuzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=D5SBvtCmwwks04bkP3AI/RycSbVpbmaTwVB7oKB1Y4oYFa1RXTdQRubp8iEIZR8ccx PyvyRhuHypZQ6h9aoMcCo7B6e+Bg/RN6q1LxNDcohIinyDhOYuGYN1cOssr0jOaz9ocm EyoKfk8ESw4tch58/xs8K7QQM9GXVywktnakE= Received: by 10.213.28.205 with SMTP id n13mr3085509ebc.5.1285591949007; Mon, 27 Sep 2010 05:52:29 -0700 (PDT) Received: from [9.20.183.75] (gbibp9ph1--blueice3n1.emea.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id v8sm8431855eeh.14.2010.09.27.05.52.26 (version=SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 05:52:26 -0700 (PDT) Message-ID: <4CA0938C.4090402@gmail.com> Date: Mon, 27 Sep 2010 13:52:28 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [build] fetch-depends having problems with the sourceforge mirror References: <4C6C9721.9060608@gmail.com> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 24/Aug/2010 16:46, Sian January wrote: > On 19 August 2010 03:29, Tim Ellison wrote: >> On 18/Aug/2010 08:51, Sian January wrote: >>> I've just run the federated build from scratch and it all went >>> smoothly except that I had to change the sourceforge mirror in all the >>> depends.properties file. Looking at their website [1] "internap" >>> doesn't seem to be listed at the moment so I think we may need to >>> switch the scripts to use a different one. OVH worked for me >>> yesterday unless anyone has another preference? >> Almost by definition it is unlikely that any one mirror will satisfy >> everyone. >> >> It should be possible to specify the chosen SourceForge mirror site used >> at build time by defining the ant property -Dsf.base= though looking at >> the depends.properties file I see not all URLs have been rewritten to >> use that base property yet. >> >> I didn't see anything obvious for how to dynamically find your best >> mirror for using SF. > > Looks like you can add ?use_mirror=autoselect to the end of the URL > > e.g. http://downloads.sourceforge.net/sourceforge/mx4j/mx4j-3.0.2.zip?use_mirror=autoselect > > Shall I update the build files to use this instead? I think you can go ahead now Sian. See also HARMONY-6658. Regards, Tim