net.sourceforge.cruisecontrol.builders
Class AntProgressLogger

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

public class AntProgressLogger
extends org.apache.tools.ant.DefaultLogger

Ant Logger impl used to send progress messages back to an AntBuilder. Ideas adapted from contrib/XmlLoggerWithStatus, written by IgorSemenko (igor@semenko.com).

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

Field Summary
 
Fields inherited from class org.apache.tools.ant.DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out
 
Constructor Summary
AntProgressLogger()
           
 
Method Summary
 void targetStarted(org.apache.tools.ant.BuildEvent event)
           
 
Methods inherited from class org.apache.tools.ant.DefaultLogger
buildFinished, buildStarted, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, taskFinished, taskStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntProgressLogger

public AntProgressLogger()
Method Detail

targetStarted

public void targetStarted(org.apache.tools.ant.BuildEvent event)