Hi all, I added an XML declaration (<?xml version="1.0"?>) to the XML log file. Also, I removed some extra spaces in XmlLogger.java.
With the current BuildListener/BuildLogger interfaces, it seems impossible to use the existing XmlLogger for the record task. The "stop" action does not really stop the Logger and the XML file is only written when the buildFinished event is fired. Thus you can't do anything with the XML file such as copying or XSL transforms until the build is finished... Cheers, Ingmar
XmlLogger.java
Description: Binary data
XmlLogger.diff
Description: Binary data
