https://issues.apache.org/bugzilla/show_bug.cgi?id=53407

Stefan Bodewig <bode...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Stefan Bodewig <bode...@apache.org> ---
I ran

$ for i in `seq 1 1000`; do ant -f test.xml test; done

and didn't see any hangs.  As you write yourself, it may be a problem with
Eclipse's console integration - which is not developed by the Ant team.

The tasks run in parallel don't get separate classloaders explicitly.  With
antcall you are creating new Project instances all the time and they likely set
up separate classloaders.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to