Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 62458 invoked from network); 23 Apr 2008 11:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 11:44:22 -0000 Received: (qmail 98575 invoked by uid 500); 23 Apr 2008 11:44:22 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 98537 invoked by uid 500); 23 Apr 2008 11:44:22 -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 98526 invoked by uid 99); 23 Apr 2008 11:44:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 04:44:22 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 195.212.29.156 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.156] (HELO mtagate7.de.ibm.com) (195.212.29.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 11:43:28 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.8/8.13.8) with ESMTP id m3NBhm2h304670 for ; Wed, 23 Apr 2008 11:43:48 GMT Received: from d12av01.megacenter.de.ibm.com (d12av01.megacenter.de.ibm.com [9.149.165.212]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m3NBhmbZ3055670 for ; Wed, 23 Apr 2008 13:43:48 +0200 Received: from d12av01.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av01.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m3NBhmAb016563 for ; Wed, 23 Apr 2008 13:43:48 +0200 Received: from anaheim.local (dhcp-9-20-183-161.hursley.ibm.com [9.20.183.161]) by d12av01.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m3NBhmuO016559 for ; Wed, 23 Apr 2008 13:43:48 +0200 Message-Id: <200804231143.m3NBhmuO016559@d12av01.megacenter.de.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-9) with nmh-1.2 In-reply-to: <20080423084403.4CE1E1A9838@eris.apache.org> References: <20080423084403.4CE1E1A9838@eris.apache.org> Comments: In-reply-to hindessm@apache.org message dated "Wed, 23 Apr 2008 08:44:03 -0000." From: Mark Hindess To: dev@harmony.apache.org Subject: Potential build break (was Re: svn commit: r650789 - common_resources/trunk/build/depends.properties) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Apr 2008 12:43:48 +0100 X-Virus-Checked: Checked by ClamAV on apache.org If you have common_resources checked out but not drlvm then this might break your build. You should just need to rename: depends/jars/cpptasks-1.0b4/cpptasks-1.0b4.zip to: depends/jars/cpptasks-1.0b4/cpptasks.zip Regards, -Mark In message <20080423084403.4CE1E1A9838@eris.apache.org>, hindessm@apache.org writes: > > Author: hindessm > Date: Wed Apr 23 01:44:01 2008 > New Revision: 650789 > > URL: http://svn.apache.org/viewvc?rev=650789&view=rev > Log: > This download seems to fail because the source has gone away. I'm not > fixing that but I am fixing the fact that for the federation build it > fails twice - once downloading to cpptasks-1.0b4.zip and once downloading > to cpptasks.zip. > > If people have common_resources checked out without drlvm then they might > need to rename cpptasks-1.0b4.zip to cpptasks.zip. (I'm fixing this > rather than drlvm depends since this should affect fewer people.) > > Modified: > harmony/enhanced/common_resources/trunk/build/depends.properties > > Modified: harmony/enhanced/common_resources/trunk/build/depends.properties > URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/bui > ld/depends.properties?rev=650789&r1=650788&r2=650789&view=diff > ============================================================================= > = > --- harmony/enhanced/common_resources/trunk/build/depends.properties (origina > l) > +++ harmony/enhanced/common_resources/trunk/build/depends.properties Wed Apr > 23 01:44:01 2008 > @@ -146,6 +146,6 @@ > cpptasks.dir=${depends.jars}/cpptasks-1.0b4 > cpptasks.jarname=cpptasks.jar > cpptasks.jar=${cpptasks.dir}/${cpptasks.jarname} > -cpptasks.zip=${cpptasks.dir}/cpptasks-1.0b4.zip > +cpptasks.zip=${cpptasks.dir}/cpptasks.zip > cpptasks.url=http://heanet.dl.sourceforge.net/sourceforge/ant-contrib/cpptas > ks-1.0b4.zip > cpptasks.md5=118e601b58a48519208efa9893c7c5c0 >