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:

The Saga of My Disparate Build Process continues...

2006-03-12 Thread Res Pons
We have 3 or 4 projects under Subversion repository control. Originally I had piggy backed along each project's build.xml file to package my Release Builds, increment build numbers, check in files, and tag the repository. I even took advantage of Ant-Contrib's if/then/else statement to determi

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

Java task - output defaulting stdout

2006-03-12 Thread Frederic CHALONS
Hi, I would like to use a property to set the ouput of the java task. However when the user did not set that property I want to set it to a value corresponding to the console. (same behaviour when no "output" attribute is given). What value should I use? "" empty string does not seem to work. Th

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

2006-03-12 Thread Shweta Bodade
Can I have multiple choices for deploying target I mean if an input message is given on selecting between three choices and I want to execute two of them one after the other How can I do that For eg And I want to input two args at a time through console Can you hlep me with

How to FTP Empty Dirs

2006-03-12 Thread kinjal
Hi All, I am using FTP task of ANT as below: ** This works fine, but there is some empty directories in "${Compon