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:
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
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
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
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
Hi All,
I am using FTP task of ANT as below:
**
This works fine, but there is some empty directories in "${Compon