MailLogger (Apache Ant API)

org.apache.tools.ant.listener
Class MailLogger


java.lang.Object

  |

  +--org.apache.tools.ant.DefaultLogger

        |

        +--org.apache.tools.ant.listener.MailLogger

All Implemented Interfaces:
BuildListener, BuildLogger, java.util.EventListener

public class MailLogger
extends DefaultLogger

Buffers log messages from DefaultLogger, and sends an e-mail with the results. The following Project properties are used to send the mail.

These properties are set using standard Ant property setting mechanisms (<property>, command-line -D, etc). Ant properties can be overridden by specifying the filename of a properties file in the MailLogger.properties.file property . Any properties defined in that file will override Ant properties.

Author:
Erik Hatcher ehatcher@apache.org

Field Summary
 
Fields inherited from class org.apache.tools.ant.DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out
 
Constructor Summary
MailLogger()
           
 
Method Summary
 void buildFinished(BuildEvent event)
          Sends an e-mail with the log results.
protected  void log(java.lang.String message)
          Receives and buffers log messages.
 
Methods inherited from class org.apache.tools.ant.DefaultLogger
buildStarted, formatTime, messageLogged, printMessage, 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

MailLogger


public MailLogger()
Method Detail

buildFinished


public void buildFinished(BuildEvent event)
Sends an e-mail with the log results.

Specified by:
buildFinished in interface BuildListener
Overrides:
buildFinished in class DefaultLogger
Parameters:
event - the build finished event

log


protected void log(java.lang.String message)
Receives and buffers log messages.

Overrides:
log in class DefaultLogger
Parameters:
message - the message being logger


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.