Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 74291 invoked from network); 19 Sep 2007 09:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 09:30:00 -0000 Received: (qmail 36145 invoked by uid 500); 19 Sep 2007 09:29:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 36106 invoked by uid 500); 19 Sep 2007 09:29:48 -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 36095 invoked by uid 99); 19 Sep 2007 09:29:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 02:29:48 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 09:29:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id E29106BA41 for ; Wed, 19 Sep 2007 10:29:23 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pgPLV06zwsSe for ; Wed, 19 Sep 2007 10:29:23 +0100 (BST) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by colossus.hpl.hp.com (Postfix) with ESMTP id CAEB86B9F1 for ; Wed, 19 Sep 2007 10:29:22 +0100 (BST) Received: from [16.25.171.118] (morzine.hpl.hp.com [16.25.171.118]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id l8J9TAib028518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 19 Sep 2007 10:29:10 +0100 (BST) Message-ID: <46F0EBD7.8050505@apache.org> Date: Wed, 19 Sep 2007 10:28:55 +0100 From: Steve Loughran User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Ant Users List Subject: Re: filelist task References: <12770760.post@talk.nabble.com> In-Reply-To: <12770760.post@talk.nabble.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-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org sun99 wrote: > > > I have list of modules (may vary) to be checked out from cvs and > compile each module . how can i loop these activities in ant build. > Dont treat it as a loop. so much as building a set of ant projects. For which can be used to call compile on all of them. OF course, you do have dependencies between them, which makes ordering the stuff complex. Start with a filelist inside them You can also look at Ivy to build that file list for you, based on dependencies listed between projects. That's more advanced, but very powerful. -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org