peterreilly2003/07/15 02:05:53
Modified:src/main/org/apache/tools/ant Target.java
src/etc/testcases/taskdefs/optional script.xml
Log:
use for loop instead of iterator when walking the list
of tasks, this allows tasks to be added to the current
list while the list i
peterreilly2003/07/04 12:20:53
Modified:src/etc/testcases/taskdefs/optional script.xml
Log:
fix for concurrent access to list exception for rhino testcase
The original script added tasks to the current target.
This is not a good idea, as an the task list of the target is being wa