Re: bug in ant 1.8.2: read on System.in hangs for forked java task

2011-03-23 Thread Ron Goldman
On Mar 23, 2011, at 1:57 PM, Nicolas Lalevée wrote: > I can reproduce it locally. Could you please fill a bugzilla bug report [1], > I'll look deeper into it. > > Nicolas Thanks. Bugzilla bug report 50960 has been filed. -- Ron -- --

Re: bug in ant 1.8.2: read on System.in hangs for forked java task

2011-03-23 Thread Nicolas Lalevée
Le 23 mars 2011 à 07:13, Ron Goldman a écrit : > I just started using Ant 1.8.2 as it was installed along with the latest Java > Update for the Mac (JavaForMacOSX10.6Update4). Projects that worked fine with > Ant 1.8.1 no longer work in 1.8.2. The problem seems to be that a Java task > that fo

bug in ant 1.8.2: read on System.in hangs for forked java task

2011-03-22 Thread Ron Goldman
I just started using Ant 1.8.2 as it was installed along with the latest Java Update for the Mac (JavaForMacOSX10.6Update4). Projects that worked fine with Ant 1.8.1 no longer work in 1.8.2. The problem seems to be that a Java task that forks a jvm hangs when it tries to read from System.in. Has