ull;
}
public void remove() {
}
}
Kind regards
Klaus Allwicher
> -Original Message-
> From: Daniel Smith [mailto:[EMAIL PROTECTED]
> Sent: 15 August, 2006 20:27
> To: Ant Users List
> Subject: Repeating a task x times
>
> I'm interested in writing a sc
I wrote something like this a while back using ant contrib and math...
Here ya go:
description = "This implements a for loop with starting and
ending values for the loop.">
I'm interested in writing a script that repeats some task a user-
specified number of times. This is useful where the behavior of
JUnit tests is randomized (explicitly or, in this case, due to
concurrency irregularities), and a test sample of size larger than 1
is needed.
The best solutio