https://issues.apache.org/bugzilla/show_bug.cgi?id=48746
--- Comment #6 from Antoine Levy-Lambert <[email protected]> 2010-05-25 18:13:48 EDT --- Hello Jesse, could you explain in more details the problem that you have in Netbeans ? Maybe the issue that you have in NetBeans can be resolved in the netbeans integration. there is a comment in your Netbeans bug report saying this : "I've switched to a local (non-bundled) installation of Ant 1.8.1 (original release from apache). This fixes the bug." 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. I was able to reproduce the problem described in this bug 48746 of lines being cut in the log of ant. I reproduced this on my MAC. If I did what is described in the bug report 50 times, I would get 30 times approximatively lines broken. I did not create a JUnit testcase for the original issue, which I should do to prevent regression. Regards, Antoine -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
