org.apache.avalon.tools.tasks
Class ReactorTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.tools.ant.taskdefs.Sequential
              extended byorg.apache.avalon.tools.tasks.ReactorTask
All Implemented Interfaces:
org.apache.tools.ant.TaskContainer

public class ReactorTask
extends org.apache.tools.ant.taskdefs.Sequential

Build a set of projects taking into account cross-project dependencies.

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

Field Summary
 
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
ReactorTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 void setTarget(String target)
           
 void setVerbose(boolean flag)
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.Sequential
addTask
 
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
 

Constructor Detail

ReactorTask

public ReactorTask()
Method Detail

init

public void init()

setTarget

public void setTarget(String target)

setVerbose

public void setVerbose(boolean flag)

execute

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