Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8820DED4 for ; Fri, 29 Jun 2012 15:09:51 +0000 (UTC) Received: (qmail 84426 invoked by uid 500); 29 Jun 2012 15:09:51 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 84369 invoked by uid 500); 29 Jun 2012 15:09:50 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 84361 invoked by uid 99); 29 Jun 2012 15:09:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2012 15:09:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2012 15:09:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 66F9E23888CD; Fri, 29 Jun 2012 15:09:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1355438 - /incubator/flex/trunk/build.xml Date: Fri, 29 Jun 2012 15:09:29 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120629150929.66F9E23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cframpton Date: Fri Jun 29 15:09:28 2012 New Revision: 1355438 URL: http://svn.apache.org/viewvc?rev=1355438&view=rev Log: Add version-update target to update all the VERSION static variables in frameworks/projects/**/Version.as with the build number. version-update and rat-check will check if their required jars are in the classpath, and if not, will skip the rest of the target, without failing. See anttask.classpath to see what jars are required and where it looks for them. Modified: incubator/flex/trunk/build.xml Modified: incubator/flex/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1355438&r1=1355437&r2=1355438&view=diff ============================================================================== --- incubator/flex/trunk/build.xml (original) +++ incubator/flex/trunk/build.xml Fri Jun 29 15:09:28 2012 @@ -44,7 +44,27 @@ + + + + + + + + + + + + + + + + @@ -929,7 +952,7 @@ - + @@ -975,6 +998,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1514,15 +1576,17 @@ - - - - - - - - - + + @@ -1564,20 +1628,10 @@ - - - - - - - - + + classpathref="anttask.classpath"/> @@ -1586,12 +1640,12 @@ + classpathref="anttask.classpath"/> - +