Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9499EAB4 for ; Wed, 20 Feb 2013 19:24:00 +0000 (UTC) Received: (qmail 41742 invoked by uid 500); 20 Feb 2013 19:24:00 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 41716 invoked by uid 500); 20 Feb 2013 19:24:00 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 41709 invoked by uid 99); 20 Feb 2013 19:24:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 19:24:00 +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; Wed, 20 Feb 2013 19:23:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BD90723888E7; Wed, 20 Feb 2013 19:23:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448359 - /db/derby/code/trunk/build.xml Date: Wed, 20 Feb 2013 19:23:37 -0000 To: derby-commits@db.apache.org From: kristwaa@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130220192337.BD90723888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kristwaa Date: Wed Feb 20 19:23:37 2013 New Revision: 1448359 URL: http://svn.apache.org/r1448359 Log: DERBY-6078: Propagate a set of properties to the junit tasks in build.xml Command line properties are now propagated to the JUnit tasks in build.xml. Added to be able to specify properties controlling Derby or test behavior when invoking ant (i.e. ant -Dderby.tests.trace=true junit-all). Patch file: derby-6078-1a-cmdline_property_passing.diff Modified: db/derby/code/trunk/build.xml Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1448359&r1=1448358&r2=1448359&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Wed Feb 20 19:23:37 2013 @@ -2466,6 +2466,10 @@ + + + + @@ -2525,6 +2529,10 @@ failureproperty="tests.failed"> + + + + + + + + + + + + + + + + - + + + + + @@ -2657,8 +2681,13 @@ failureproperty="tests.failed"> + + + + +