I've been using Ant as a web site generating tool for a number of years
- based on the task transforming my original xml documents into
XHTML for publication.
Yesterday (Saturday) I upgraded my machine to JDK 1.5 and Ant 1.6.3 for
another project, and my Ant website scripts ha
I am not sure how you are going to save the addresses, but with
you can implement this logic.
- Alexey.
Corey Ellis wrote:
Hi,
I need to ask the user for 1 or more ipaddresses. I want to stop
asking when the user enter's return without providing any data.
I looked at the foreach task but I have
On 5/13/05, miten mehta <[EMAIL PROTECTED]> wrote:
>
>
>
the name attribute of accepts a single pattern, not a comma
separated list of patterns like the includes attribute of .
Please read the Manual for carefully. --DD
-
Hi,
I need to ask the user for 1 or more ipaddresses. I want to stop
asking when the user enter's return without providing any data.
I looked at the foreach task but I have to set a limit in order for
this to work.
Any clean way using Ant to allow this scenario.
I would like to see something l