Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 81426 invoked from network); 29 Jun 2009 23:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 23:00:03 -0000 Received: (qmail 4431 invoked by uid 500); 29 Jun 2009 23:00:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4359 invoked by uid 500); 29 Jun 2009 23:00:12 -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 4349 invoked by uid 99); 29 Jun 2009 23:00:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 23:00:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.rutherglen@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 23:00:04 +0000 Received: by rv-out-0708.google.com with SMTP id l33so1194070rvb.4 for ; Mon, 29 Jun 2009 15:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hQDvg5+DQokbDeD5Yob3vZlUJYArDZjMASzIvv5NtmY=; b=X1/ELNe6TbS4wPJkDwz/1mu3bJDkeTSVcpwOTFScvPWPsEmZ9zMtQnWudsfziqunV7 wVEMmMUTz7MXJgSjvdAuWSiIGTmpGjj8FLOMEs2eqgViRMdnA+a0oCFRPICzzu85tuyI evyRYGiAnvsyuPbt/uq40PDTNc/QEX/LQVYcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m6k/qM/6mbmnDyVdl0KoCxrQwuQaCOXln+HwwfVYzHPWbIR7auTEzOmMDFdNOT1Bei ES7hNpGeYN71UYKtKRmWzOfLowjQUECsjAOfZpYMdXCpiKiOms7JE+ahwrpe2s+49hDM hDYdstUQA4cVuvT4C7XkcZHYkt4futjx2LRUE= MIME-Version: 1.0 Received: by 10.140.158.17 with SMTP id g17mr962136rve.22.1246316384489; Mon, 29 Jun 2009 15:59:44 -0700 (PDT) Date: Mon, 29 Jun 2009 15:59:44 -0700 Message-ID: <85d3c3b60906291559l1accfb0eidf9ca4f871fec041@mail.gmail.com> Subject: Adding parallel JUnit task From: Jason Rutherglen To: user@ant.apache.org Content-Type: multipart/alternative; boundary=000e0cd21740601290046d84a59b X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd21740601290046d84a59b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: --000e0cd21740601290046d84a59b--