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=4081>. 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=4081 XmlLogger Enhancements Summary: XmlLogger Enhancements Product: Ant Version: 1.4 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following changes would be beneficial for XmlLogger: * Change it to implement BuildLogger instead of BuildListener (this wouldn't break backwards compatibility as a BuildLogger is also a BuildListener, so it could be used interchangeably). Its confusing at the very least to have it named "Logger" when its currently a "Listener". * Have the default output go to log.xml (or the value of XmlLogger.file property), but allow it to be overridden when using the BuildLogger setOutputPrintStream and setErrorPrintStream.
