Re: ConcurrentModificationException when running with Parallel-Ant executor

2019-11-20 Thread Avanish Kant
org.apache.tools.ant.Main.startAnt(Main.java:223) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101) From: Avanish Kant Date: Wednesday, 20 November 2019 at 1:38 PM To: "user@ant.apache.org"

ConcurrentModificationException when running with Parallel-Ant executor

2019-11-20 Thread Avanish Kant
This relates to the issue and fix provided as a part of following PR. https://github.com/apache/ant/pull/81 I understand that this fix is available as part of Ant 1.10.6. However I continue to face this problem even with Ant 1.10.6. I have a new task defined (run-module-target) in one of my bui