Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 76416 invoked from network); 26 Oct 2006 06:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 06:50:50 -0000 Received: (qmail 47860 invoked by uid 500); 25 Oct 2006 12:38:55 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 47834 invoked by uid 500); 25 Oct 2006 12:38:55 -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 47820 invoked by uid 99); 25 Oct 2006 12:38:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 05:38:55 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 05:38:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EF5FE1A9846; Wed, 25 Oct 2006 05:38:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r467625 - /incubator/harmony/enhanced/trunk/build.xml Date: Wed, 25 Oct 2006 12:38:20 -0000 To: harmony-commits@incubator.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061025123820.EF5FE1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Wed Oct 25 05:38:20 2006 New Revision: 467625 URL: http://svn.apache.org/viewvc?view=rev&rev=467625 Log: Attempt to create a source snapshot. The resulting archive doesn't quite work. It fails on classlib fetch-depends - though doing ant fetch-depends in working_classlib seems to fix it. Modified: incubator/harmony/enhanced/trunk/build.xml Modified: incubator/harmony/enhanced/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/build.xml?view=diff&rev=467625&r1=467624&r2=467625 ============================================================================== --- incubator/harmony/enhanced/trunk/build.xml (original) +++ incubator/harmony/enhanced/trunk/build.xml Wed Oct 25 05:38:20 2006 @@ -32,6 +32,9 @@ + + + Apache Harmony subproject federation script @@ -66,12 +69,12 @@ - + - + @@ -89,12 +92,12 @@ - + - + @@ -114,12 +117,12 @@ - + - + @@ -134,12 +137,12 @@ - + - + @@ -308,7 +311,7 @@ - + @@ -319,7 +322,7 @@ - + @@ -391,27 +394,35 @@ - + + + value="incubator-harmony-hdk-${harmony.version}" /> + value="${deploy.hdk.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}${harmony.deploy.suffix}.tar.gz" /> + value="${deploy.hdk.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}${harmony.deploy.suffix}.zip" /> + value="incubator-harmony-jre-${harmony.version}" /> + value="${deploy.jre.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}${harmony.deploy.suffix}.tar.gz" /> + value="${deploy.jre.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}${harmony.deploy.suffix}.zip" /> + + + + Apache Harmony Federated Build ========================================== - svn rev : r${svn.revision} + svn rev : ${harmony.version} operating system : ${harmony.os} architecture : ${harmony.arch}-${harmony.bits} ant os name/arch : ${os.name}/${os.arch} @@ -429,10 +440,13 @@ - + - + @@ -443,8 +457,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +harmony.version=${harmony.version} +harmony.deploy.suffix=${harmony.deploy.suffix} + + +