Re: bug #49119, threading and IO

2010-08-18 Thread Nicolas Lalevée
Le 17 août 2010 à 18:36, Stefan Bodewig a écrit : > On 2010-08-15, Nicolas Lalevée wrote: > >> The bug is about a forked stealing characters from the input >> stream even if is finished. This is due to the pumping thread which >> is reading the Ant own input stream and redirecting it to the th

Re: bug #49119, threading and IO

2010-08-17 Thread Stefan Bodewig
On 2010-08-15, Nicolas Lalevée wrote: > The bug is about a forked stealing characters from the input > stream even if is finished. This is due to the pumping thread which > is reading the Ant own input stream and redirecting it to the the > process. It doesn't stop at the end of the java task. I

bug #49119, threading and IO

2010-08-15 Thread Nicolas Lalevée
I try to fix the bug #49119 [1] but I have some threading and IO issues. The bug is about a forked stealing characters from the input stream even if is finished. This is due to the pumping thread which is reading the Ant own input stream and redirecting it to the the process. It doesn't stop at