Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 7589 invoked from network); 20 Jun 2009 22:22:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jun 2009 22:22:06 -0000 Received: (qmail 96907 invoked by uid 500); 20 Jun 2009 22:22:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 96806 invoked by uid 500); 20 Jun 2009 22:22:16 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 96798 invoked by uid 99); 20 Jun 2009 22:22:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2009 22:22:16 +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.216.187 as permitted sender) Received: from [209.85.216.187] (HELO mail-px0-f187.google.com) (209.85.216.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2009 22:22:08 +0000 Received: by pxi17 with SMTP id 17so1669824pxi.29 for ; Sat, 20 Jun 2009 15:21:48 -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=AO9nabVXTxJUdtyHN7KWcrhVuyU6952Yd3sB+8Sz/OA=; b=OcD1mUEkJutKpK75EWy3+DQ+nmkuBOK6si/KZGhvjOdMY/dA4DxzPJd+4iipt8u7E2 UqP7eGz30ecabr2bktIcXv1UuZqMwj2vYkD94lfaUxdEeG0vxA0nNQEzTvJT3rGaYQrW M4/Q0tL8hobCb7npDONpz5AR4DyJtffpRTZKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Mwb6mnT5zzLVisT1g5FzWdpn3clqhVA/uD19T9XctXuxoHLbd5iSTav32ggpw6tm3H BlaGYdcliBDUaKmO18KBciMky08SMw6zMVnD+luCRnyR9x9Za1LeTypuNRgl7s3fFIx5 qUxoVCRaubZkdIKMVtvV2HGtQ8fh0qR2uzhNI= MIME-Version: 1.0 Received: by 10.140.174.11 with SMTP id w11mr2862964rve.83.1245536508633; Sat, 20 Jun 2009 15:21:48 -0700 (PDT) Date: Sat, 20 Jun 2009 15:21:48 -0700 Message-ID: <85d3c3b60906201521l5b1b58e7ob8faed82819dced6@mail.gmail.com> Subject: Parallelize tests From: Jason Rutherglen To: java-dev@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd28fd226e357046ccf11fc X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd28fd226e357046ccf11fc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I was looking at how to parallelize the tests, seems like this ANT command would work, is there an open issue to do this? http://ant.apache.org/manual/CoreTasks/parallel.html --000e0cd28fd226e357046ccf11fc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I was looking at how to parallelize the tests, seems like this ANT command would work, is there an open issue to do this?

http://ant.apache.org/manual/CoreTasks/parallel.html
--000e0cd28fd226e357046ccf11fc--