Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 42157 invoked from network); 21 Jun 2006 17:47:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 17:47:21 -0000 Received: (qmail 20112 invoked by uid 500); 21 Jun 2006 17:47:17 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 19982 invoked by uid 500); 21 Jun 2006 17:47:16 -0000 Mailing-List: contact harmony-dev-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-dev@incubator.apache.org Received: (qmail 19970 invoked by uid 99); 21 Jun 2006 17:47:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 10:47:16 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 195.212.29.139 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.139] (HELO mtagate6.uk.ibm.com) (195.212.29.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 10:47:15 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate6.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k5LHkqvM095438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 21 Jun 2006 17:46:52 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5LHmBwR141520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 21 Jun 2006 18:48:11 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5LHkp2o026636 for ; Wed, 21 Jun 2006 18:46:51 +0100 Received: from anaheim.local (sig-9-145-2-172.uk.ibm.com [9.145.2.172]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5LHkZaB026420 for ; Wed, 21 Jun 2006 18:46:43 +0100 Message-Id: <200606211746.k5LHkZaB026420@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-7) with nmh-1.1 From: Mark Hindess To: harmony-dev@incubator.apache.org Subject: Re: [classlib] More build file simplification In-reply-to: Your message of "Wed, 21 Jun 2006 10:24:20 PDT." <20060621172420.76974.qmail@web55114.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jun 2006 18:46:26 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 21 June 2006 at 10:24, Matt Benson wrote: > --- Mark Hindess wrote: > > > > > On 21 June 2006 at 13:10, "Mikhail Loenko" > > wrote: > > > > > > how to run tests from two modules and get a single > > report? > > > > ant -Dbuild.module=luni test; ant -Dbuild.module=nio > > test > > > > patches welcome ;-) Tricky without the ant for/if > > extensions I think. > > Au contraire... the following test snippet should give > you an example to help: > > > > > > > includes="${build.module}" /> > > > > i.e., 'ant -Dbuild.module=luni,nio,math' Matt, Thanks for the ant lesson (again!). That's is very helpful! Mikhail, Testing works as we'd like now and we don't have to maintain multiple targets. Regards, Mark. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org