----- Original Message -----
From: "Ron Chernich" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 7:45 PM
Subject: Re: Can Ant iterate?


> Thanks David and Conor.  <apply> with <uptodate> did the job
> perfectly--though it's a pity I had to invoke the jvm direct with
> ${java.home}/bin/java rather than just use a <java> task.
>
> Ron

ant-contrib on sf.net has a <foreach> task; there is a great example of this
in apache-axis,where every test suite has its own build file, and the main
test build file just uses <foreach> to find them


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to