https://issues.apache.org/bugzilla/show_bug.cgi?id=48746
--- Comment #7 from Jesse Glick <[email protected]> 2010-05-26 09:46:30 EDT --- (In reply to comment #6) > could you explain in more details the problem that you have in Netbeans? I think the URL field explains it in detail. Under 1.8.1, with that example, output from <exec> is never displayed, nor is any subsequent output from Ant. > Maybe the issue that you have in NetBeans can be resolved in the netbeans > integration. It is possible, and I will try to investigate the root cause, but issues involving stdio are especially nasty to track down so reverting the problematic patch seems safest. > The change which I did for this bug 48746 was to systematically set > useAvailable=true in o.a.t.a.t.StreamPumper. Before, useavailable was set to > true on Windows and false on other platforms. Right. And if I set it back to false on Linux, everything is fine. I will double-check on XP, but I think platform-specific differences in stdio handling meant that there was no problem on Windows to begin with. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
