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=13372>. 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=13372 NPE's from StreamPumper ------- Additional Comments From [EMAIL PROTECTED] 2003-02-12 20:54 ------- Here's the full stacktrace for Ant HEAD from CVS a couple of minutes ago. Only the line number for StreamPumper has changed. I also did some testing, and when the NPE is thrown, neither "is" or "buf" is null... *shrug*. A J2SE bug? BTW; I tried using the latest (2003-02-12) nightly binary first, but -diagnostics say it's "Apache Ant version 1.6alpha compiled on February 10 2003". Note 10th vs 12th... maybe the autobuilder hasn't been updated according to CVS reorganization? java.lang.NullPointerException at java.lang.System.arraycopy(Native Method) at java.io.BufferedInputStream.read1(BufferedInputStream.java:227) at java.io.BufferedInputStream.read(BufferedInputStream.java:277) at java.io.FilterInputStream.read(FilterInputStream.java:90) at org.apache.tools.ant.taskdefs.StreamPumper.run(StreamPumper.java:119) at java.lang.Thread.run(Thread.java:536)
