org.apache.avalon.tools.tasks
Class AnnounceTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.avalon.tools.tasks.ContextualTask
              extended byorg.apache.avalon.tools.tasks.AnnounceTask

public class AnnounceTask
extends ContextualTask

Announce the initiation of a build.

Version:
$Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
Author:
Avalon Development Team

Field Summary
static String BANNER
           
 
Fields inherited from class org.apache.avalon.tools.tasks.ContextualTask
MODULE_PROPERTIES, USER_PROPERTIES
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
AnnounceTask()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.avalon.tools.tasks.ContextualTask
getContext, getKey, init, isInitialized, loadProperties, mkDir, setupProperties
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER

public static final String BANNER
See Also:
Constant Field Values
Constructor Detail

AnnounceTask

public AnnounceTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException