Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45368 invoked by uid 500); 10 Jul 2003 18:54:58 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 45342 invoked from network); 10 Jul 2003 18:54:57 -0000 Received: from zcars0m9.nortelnetworks.com (47.129.242.157) by daedalus.apache.org with SMTP; 10 Jul 2003 18:54:57 -0000 Received: from zcard309.ca.nortel.com (zcard309.ca.nortel.com [47.129.242.69]) by zcars0m9.nortelnetworks.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id h6AIsx219907 for ; Thu, 10 Jul 2003 14:54:59 -0400 (EDT) Received: by zcard309.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Thu, 10 Jul 2003 14:55:00 -0400 Message-ID: <25B3F18B89FFD411BCCB00508BCF607C0930D032@zcard04e.ca.nortel.com> From: "Lule Chen" To: Ant Users List Subject: Foreach and passing parameters Date: Thu, 10 Jul 2003 14:54:58 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C34714.C2BC6852" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C34714.C2BC6852 Content-Type: text/plain Hi, I have a foreach tasks as the following: The foreach task iterates on each idl file in the directory and passes each file name by the param "file" to the target. My question is, if I want to pass additional parameters to the target, what should I do? Thanks for your help! Louis ------_=_NextPart_001_01C34714.C2BC6852--