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 DFC669A1A for ; Fri, 28 Sep 2012 20:59:15 +0000 (UTC) Received: (qmail 80205 invoked by uid 500); 28 Sep 2012 20:59:15 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 80180 invoked by uid 500); 28 Sep 2012 20:59:15 -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 80173 invoked by uid 99); 28 Sep 2012 20:59:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 20:59:15 +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, 28 Sep 2012 20:59:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E19E723888EA; Fri, 28 Sep 2012 20:58:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1391655 - in /incubator/flex/falcon/trunk: build.xml compiler.tests/build.xml compiler.tests/downloads.xml Date: Fri, 28 Sep 2012 20:58:27 -0000 To: flex-commits@incubator.apache.org From: gordonsmith@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120928205827.E19E723888EA@eris.apache.org> Author: gordonsmith Date: Fri Sep 28 20:58:27 2012 New Revision: 1391655 URL: http://svn.apache.org/viewvc?rev=1391655&view=rev Log: Falcon: 'ant tests' now downloads the JUnit JAR and runs the Junit tests. Added: incubator/flex/falcon/trunk/compiler.tests/downloads.xml (with props) Modified: incubator/flex/falcon/trunk/build.xml incubator/flex/falcon/trunk/compiler.tests/build.xml Modified: incubator/flex/falcon/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/build.xml?rev=1391655&r1=1391654&r2=1391655&view=diff ============================================================================== --- incubator/flex/falcon/trunk/build.xml (original) +++ incubator/flex/falcon/trunk/build.xml Fri Sep 28 20:58:27 2012 @@ -41,10 +41,12 @@ + + Modified: incubator/flex/falcon/trunk/compiler.tests/build.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/build.xml?rev=1391655&r1=1391654&r2=1391655&view=diff ============================================================================== --- incubator/flex/falcon/trunk/compiler.tests/build.xml (original) +++ incubator/flex/falcon/trunk/compiler.tests/build.xml Fri Sep 28 20:58:27 2012 @@ -25,9 +25,15 @@ - + + - + + + + + + @@ -35,7 +41,7 @@ - + @@ -46,6 +52,51 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/falcon/trunk/compiler.tests/downloads.xml URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/downloads.xml?rev=1391655&view=auto ============================================================================== --- incubator/flex/falcon/trunk/compiler.tests/downloads.xml (added) +++ incubator/flex/falcon/trunk/compiler.tests/downloads.xml Fri Sep 28 20:58:27 2012 @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: incubator/flex/falcon/trunk/compiler.tests/downloads.xml ------------------------------------------------------------------------------ svn:eol-style = native