Re: And I want to input two args at a time through console

2006-03-13 Thread Patrick Martin
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,

RE: And I want to input two args at a time through console

2006-03-12 Thread Res Pons
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:

Re: And I want to input two args at a time through console

2006-03-12 Thread Rhino
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