net.sourceforge.cruisecontrol.builders
Class AntProgressXmlListener

java.lang.Object
  extended byorg.apache.tools.ant.XmlLogger
      extended bynet.sourceforge.cruisecontrol.builders.AntProgressXmlListener
All Implemented Interfaces:
org.apache.tools.ant.BuildListener, org.apache.tools.ant.BuildLogger, java.util.EventListener

public class AntProgressXmlListener
extends org.apache.tools.ant.XmlLogger

Ant XmlLogger impl (for use only as a Listener) that creates log.xml file for CC build results. Sets its log level to match that of the logger AntProgressXmlLogger.

Author:
Dan Rollo Date: Aug 8, 2007 Time: 10:21:52 PM

Constructor Summary
AntProgressXmlListener()
           
 
Method Summary
 void buildStarted(org.apache.tools.ant.BuildEvent event)
          Fired when the build starts, this builds the top-level element for the document and remembers the time of the start of the build.
 
Methods inherited from class org.apache.tools.ant.XmlLogger
buildFinished, messageLogged, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProgressXmlListener

public AntProgressXmlListener()
Method Detail

buildStarted

public void buildStarted(org.apache.tools.ant.BuildEvent event)
Fired when the build starts, this builds the top-level element for the document and remembers the time of the start of the build.

Parameters:
event - Ignored.