DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25258>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25258 System.in closed by <java> Summary: System.in closed by <java> Product: Ant Version: 1.6Beta Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm starting with the <java> task a program reading the input System.in in an infinite loop. Since Ant 1.6b2 the call to System.in.read() no longer blocks but returns -1, and the process eats all the CPU time available. If the program is started with Ant 1.5.4 the read() method blocks as expected. I'm experiencing this issue with the JDK 1.4.2 on WinXP. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]