I just upgraded from Ant 1.7 to 1.8 and my build files run fine from the
command line. However, when using Eclipse (3.4.1 - Ganymede), my build files
don't run because of this error:
The following error occurred while executing this line:
jar:file:/C:/Projects/fetchsoftware/runtime/thirdparty/
I either could not get the ones I found working, or they were just too
complicated. Here is the one I wrote which is not a for loop, but can become
one by maintaining your own index property and setting the if value to the loop
maximum.
import org.apache.tools.ant.BuildException;
import org.a
This exact question was posted sometime back... I wrote a macrodef that
does it... I believe there is also a JWare library that does just that.
You may be able to do something using a scripting language...
On Mon, 12 Apr 2010, Jan wrote:
Hi All,
Is there any task available to loop for nu
Original Message
Subject: Looping number of times
From: Jan
To: Ant Users List
Date: 12.04.2010 21:08
> Hi All,
>
> Is there any task available to loop for number of times ?
>
> I know we can use ant-contrib for loop for the comma seperated list, instead
> of it i want to me
Hi All,
Is there any task available to loop for number of times ?
I know we can use ant-contrib for loop for the comma seperated list, instead
of it i want to mention loop it for 10 times
Any one any idea?
HI,
I am using anteater testing tool in my ant build, to test few URLS as smoke
test.
So am using the , ,, to validate my URLS.
I am trying to capture the result of this testinng with assign attribute as
in match,which i could use later with condition. The anteater manual
page (test tasks) decri