Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 52978 invoked from network); 20 May 2002 21:53:15 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 May 2002 21:53:15 -0000 Received: (qmail 16940 invoked by uid 97); 20 May 2002 21:53:10 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 16902 invoked by uid 97); 20 May 2002 21:53:09 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 16890 invoked by uid 98); 20 May 2002 21:53:09 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <098601c20048$b8412e80$724545ab@amer.cisco.com> From: "Jimmy Han" To: Subject: Can ant do this? Date: Mon, 20 May 2002 14:53:04 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am a new ant user. I wonder if ant can do this as "make". SUB_PROJECTS=proj1 proj2 ... targets: [@ for project in ${SUB_PROJECTS}; do blah blah $${project} done ] clean: [@ for project in ${SUB_PROJECTS}; do clean blah blah $${project} done ] I will be pretty disappointed if the answer is "No". - Jimmy -- To unsubscribe, e-mail: For additional commands, e-mail: