user@ant.apache.org

2005-05-14 Thread Bevan Arps
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

Re: Ant way to get multiple inputs from user until condition is met

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

Re: Copy task not working as expected

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 -

Ant way to get multiple inputs from user until condition is met

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