Package net.dpml.tools.tasks

Utility tasks used within the Ant based build system.

See:
          Description

Class Summary
BuildTask Cleanup of generated target directory.
CleanTask Cleanup of generated target directory.
DocTask Site generation.
FeatureTask Locate a named feature of the a project or resource.
FilterTask Construct a pattern filter using a supplied feature and token.
GenericTask Prepare the target build directory based on content presented under the ${basedir}/src and ${basedir}/etc directories.
InitializationTask General initialization during which context establishment is undertaken (if not already present).
InstallTask Execute the install phase.
JarTask Execute all plugins relative to the current build phase.
JavacTask Compile sources located in ${project.target}/main to java class file under the ${project.target}/classes directory.
JavadocTask Build the javadoc for a project.
JavadocTask.Group Defintion of a package group.
JavadocTask.Group.Package Defintionof a package.
JUnitTestTask JUnit test execution.
ModuleTask Write a module to XML in a form suitable for publication.
PackageTask Cleanup of generated target directory.
PartTask Creation of an part definition in XML.
PluginTask The plugin task handles the establishment of ant tasks, listeners, and antlibs derived from a classloader established by the tools sub-system.
PrepareTask Prepare the target build directory based on content presented under the ${basedir}/src and ${basedir}/etc directories.
PropertyTask Build a set of projects taking into account dependencies within the supplied fileset.
ReactorTask Resolves a sorted sequence of projects with a basedir equal to or derived from the current ${basedir}.
ReplicateTask Consolidates a set of resources based on project dependencies.
ResourceTask Locate a named feature of the a project or resource.
RMICTask Compile sources located in ${project.target}/main to java class file under the ${project.target}/classes directory.
TestTask Cleanup of generated target directory.
 

Exception Summary
ProcessorInstantiationException A ProcessorInstantiationException if an occur occurs when attempting to load a build listener based on a processor definition.
 

Package net.dpml.tools.tasks Description

Utility tasks used within the Ant based build system.