Hello,
You can also use [1] instead of . It has a
element which allows you to select multiple
elements from a list.
You can then use an ant-contrib or task to loop on the
resulting list and do what you want for each item.
Rgds,
Patrick Martin
[1] http://antforms.sourceforge.net/
On 3/12/06,
Google and download Ant-Contrib to take advantage of the if-then-else
feature.
Original Message Follows
From: "Shweta Bodade" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: "Ant Users List"
Subject: And I want to input two args at a time through console
Date: Tue, 7 Mar 2006 04:08:
This example is quite similar to what you want to do. It offers the user a
choice of where to upload some files; the user can choose server Alpha as
the target of the upload, or server Beta, or both.
The upload target depends on the getserver task so the getserver task
executes first. The gets