RE: Parallel tasks and Windows

2007-05-25 Thread Anderson, Rob (Global Trade)
Sorry to hear that your issue is still unresolved. I suggest entering a bug report in the bug database. Of course, you might want to search the bug database first, to see if the issue is already documented in there. -Rob Anderson > -Original Message- > From: Thomas Voigt [mailto:[EMAIL PR

Re: Parallel tasks and Windows

2007-05-25 Thread Thomas Voigt
Original-Nachricht Datum: Fri, 25 May 2007 12:44:50 -0400 Von: "David Weintraub" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Parallel tasks and Windows > Wonder if this has to do with the fact that Windows cannot spawn a new > pro

Re: Parallel tasks and Windows

2007-05-25 Thread David Weintraub
Wonder if this has to do with the fact that Windows cannot spawn a new process. Windows can only spawn new threads, and I wonder if there is something either in your Java startup or your Ant startup script that limits the number of threads to two. On 5/25/07, Thomas Voigt <[EMAIL PROTECTED]> wrot