Hi, I have ForEach task and in this task I need to call perform() method on each nested task. But if perform() is called on the same task twice, task is not reinitialized. Is there any way to reinitialize the same task?
(I'm using Ant 1.4) Vojta
Hi, I have ForEach task and in this task I need to call perform() method on each nested task. But if perform() is called on the same task twice, task is not reinitialized. Is there any way to reinitialize the same task?
(I'm using Ant 1.4) Vojta