DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31840>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31840 NPE using XmlLogger and antlib [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-10-27 12:56 ------- ok, I checked the code, and the value of the name attribute is being set to null for antlib. There must be a difference in the xml processors, as I do not see a null pointer exception, but setting the value to null cannot be correct. So, I have changed XmlLogger to check if the name is null and set it to "" if it is. Also, the name of the antlib task is being set to "antlib". Changes are committed and will be in the next release of ant. Thanks for the report, the nice test case and the follow up comments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]