Class Summary |
Ant |
Call Ant in a sub-project
|
AntStructure |
Creates a partial DTD for Ant from the currently known tasks. |
Available |
Will set the given property if the requested resource is available at runtime. |
Chmod |
Chmod equivalent for unix-like environments. |
CompileTask |
This task will compile and load a new taskdef all in one step.
|
Copydir |
Copies a directory. |
Copyfile |
Copies a file. |
Cvs |
|
Delete |
Deletes a single file or a set of files defined by a pattern. |
Deltree |
|
Echo |
Echo |
Exec |
Executes a given command if the os platform is appropriate. |
Expand |
Unzip a file. |
Filter |
This task set a token filter that is used by the file copy methods
of the project to do token substitution. |
FixCRLF |
Task to convert text source files to local OS formatting conventions, as
well as repair text files damaged by misconfigured or misguided editors or
file transfer programs.
|
FixCRLF.AddAsisRemove |
Enumerated attribute with the values "asis", "add" and "remove". |
Get |
Get a particular source. |
GUnzip |
Expands a file that has been compressed with the GZIP
algorightm. |
GZip |
Compresses a file with the GZIP algorightm. |
Jar |
Creates a JAR archive. |
Java |
This task acts as a loader for java applications but allows to use the same JVM
for the called application thus resulting in much faster operation. |
Javac |
Task to compile Java source files. |
Javadoc |
This task makes it easy to generate Javadoc documentation for a collection
of source code.
|
Jikes |
Encapsulates a Jikes compiler, by
directly executing an external process. |
JikesOutputParser |
Parses output from jikes and
passes errors and warnings
into the right logging channels of Project.
|
KeySubst |
Keyword substitution. |
MatchingTask |
This is an abstract task that should be used by all those tasks that
require to include or exclude files based on pattern matching. |
Mkdir |
Creates a given directory. |
Patch |
Task as a layer on top of patch. |
Property |
Will set a Project property. |
Rename |
Renames a file. |
Replace |
Replaces all the occurrences of the given string token with the given
string value of the indicated files. |
Rmic |
Task to compile RMI stubs and skeletons. |
SignJar |
Sign a archive. |
Tar |
Creates a TAR archive. |
Taskdef |
Define a new task - name and class |
TaskOutputStream |
Redirects text written to a stream thru the standard
ant logging mechanism. |
Touch |
Touch a file - corresponds to the Unix touch command.
|
Tstamp |
Sets TSTAMP, DSTAMP and TODAY |
Untar |
Untar a file.
|
XSLTProcess |
A Task to process via XSLT a set of XML documents. |
Zip |
Create a ZIP archive. |