net.sf.colle.ant
Class StageWarTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.sf.colle.ant.StageWarTask

public class StageWarTask
extends org.apache.tools.ant.Task

Lays out files to create a web archive. Created: 05 Nov 2004

Version:
$Revision: 1.2 $, $Date: 2004/12/01 06:39:37 $
Author:
Dwayne Schultz

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
StageWarTask()
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasses()
           
 org.apache.tools.ant.types.Path createLibraries()
           
 org.apache.tools.ant.types.Path createSrc()
           
 void execute()
           
 void setClasses(org.apache.tools.ant.types.Path pxClasses)
           
 void setColleJar(File pxColleJar)
           
 void setDestDir(File pxDestDir)
           
 void setLibraries(org.apache.tools.ant.types.Path pxLibraries)
           
 void setSrcDir(org.apache.tools.ant.types.Path pxSourcePath)
           
 void setStagingDir(File pxStagingDir)
           
 void setWebXML(File pxWebXML)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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

StageWarTask

public StageWarTask()
Method Detail

createSrc

public org.apache.tools.ant.types.Path createSrc()

setSrcDir

public void setSrcDir(org.apache.tools.ant.types.Path pxSourcePath)

createLibraries

public org.apache.tools.ant.types.Path createLibraries()

setLibraries

public void setLibraries(org.apache.tools.ant.types.Path pxLibraries)

createClasses

public org.apache.tools.ant.types.Path createClasses()

setClasses

public void setClasses(org.apache.tools.ant.types.Path pxClasses)

setDestDir

public void setDestDir(File pxDestDir)

setColleJar

public void setColleJar(File pxColleJar)

setWebXML

public void setWebXML(File pxWebXML)

setStagingDir

public void setStagingDir(File pxStagingDir)

execute

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