Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12423 invoked from network); 1 Jul 2009 16:26:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 16:26:28 -0000 Received: (qmail 17552 invoked by uid 500); 1 Jul 2009 16:26:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17489 invoked by uid 500); 1 Jul 2009 16:26:37 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 17479 invoked by uid 99); 1 Jul 2009 16:26:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 16:26:37 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 16:26:27 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 0F658B7D10 for ; Wed, 1 Jul 2009 17:26:05 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dDb4Ybjme-8G for ; Wed, 1 Jul 2009 17:25:59 +0100 (BST) Received: from 0-imap-br1.hpl.hp.com (0-imap-br1.hpl.hp.com [16.25.144.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTPS id 5484AB7D0F for ; Wed, 1 Jul 2009 17:25:59 +0100 (BST) MailScanner-NULL-Check: 1247070348.44792@Fi5dIizl/4aTvhHStoPH/g Received: from [16.25.171.118] (morzine.hpl.hp.com [16.25.171.118]) by 0-imap-br1.hpl.hp.com (8.14.1/8.13.4) with ESMTP id n61GPmKl003067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 1 Jul 2009 17:25:48 +0100 (BST) Message-ID: <4A4B8E0C.9040905@apache.org> Date: Wed, 01 Jul 2009 17:25:48 +0100 From: Steve Loughran User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: Ant Users List Subject: Re: Adding parallel JUnit task References: <85d3c3b60906291559l1accfb0eidf9ca4f871fec041@mail.gmail.com> In-Reply-To: <85d3c3b60906291559l1accfb0eidf9ca4f871fec041@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: n61GPmKl003067 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Jason Rutherglen wrote: > Hello, please excuse the newbie question. > For the Apache Lucene project I'd like to paralleize the unit tests by > subclassing JUnitTask into ParallelJUnitTask which executes JUnitTests in > threads. > > I don't understand how to place things like into the new > task tag properly. Here's what I've tried in the build.xml: > I've been thinking of an extra junit4 task in its own antlib, this could go alongside it. I've also done a junit3 runner for hadoop, runs each test suite as a separate task... --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org