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. |
CallTarget |
Call another target in the same project. |
Chmod |
Chmod equivalent for unix-like environments. |
CompileTask |
Deprecated. use <taskdef> elements nested into <target>s instead |
Copy |
A consolidated copy task. |
Copydir |
Deprecated. The copydir task is deprecated. |
Copyfile |
Deprecated. The copyfile task is deprecated. |
Cvs |
|
Delete |
Deletes a file or directory, or set of files defined by a fileset. |
Deltree |
Deprecated. The deltree task is deprecated. |
Echo |
Echo |
Echo.EchoLevel |
|
Exec |
Executes a given command if the os platform is appropriate. |
ExecTask |
Executes a given command if the os platform is appropriate. |
Execute |
Runs an external program. |
ExecuteJava |
|
ExecuteOn |
Executes a given command, supplying a set of files as arguments. |
ExecuteOn.FileDirBoth |
Enumerated attribute with the values "file", "dir" and "both"
for the type attribute. |
ExecuteWatchdog |
Destroys a process running for too long. |
Exit |
Just exit the active build, giving an additional message
if available. |
Expand |
Unzip a file. |
Filter |
This task sets a token filter that is used by the file copy methods
of the project to do token substitution, or sets mutiple tokens by
reading these from a file. |
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". |
GenerateKey |
Generates a key. |
GenerateKey.DistinguishedName |
|
GenerateKey.DnameParam |
|
Get |
Get a particular file from a URL 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 |
Deprecated. merged into the class Javac. |
JikesOutputParser |
Deprecated. use Jikes' exit value to detect compilation failure. |
KeySubst |
Deprecated. KeySubst is deprecated. |
LogOutputStream |
Logs each line written to this stream to the log system of ant. |
LogStreamHandler |
Logs standard output and error of a subprocess to the log system of ant. |
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. |
Move |
Moves a file or directory to a new file or directory. |
Patch |
Task as a layer on top of patch. |
Property |
Will set a Project property. |
PumpStreamHandler |
Copies standard output and error of subprocesses to standard output and
error of the parent process. |
Rename |
Deprecated. The rename task is deprecated. |
Replace |
Replaces all occurrences of one or more string tokens with given
values in the indicated files. |
Rmic |
Task to compile RMI stubs and skeletons. |
SendEmail |
A task to send SMTP email. |
SignJar |
Sign a archive. |
SQLExec |
Reads in a text file containing SQL statements seperated with semicolons
and executes it in a given db. |
SQLExec.OnError |
Enumerated attribute with the values "continue", "stop" and "abort"
for the onerror attribute. |
StreamPumper |
Copies all data from an input stream to an output stream. |
Tar |
Creates a TAR archive. |
Tar.TarFileSet |
|
Taskdef |
Define a new task - name and class |
TaskOutputStream |
Deprecated. use LogOutputStream instead. |
Touch |
Touch a file - corresponds to the Unix touch command. |
Transform |
Executes a given command, supplying a set of files as arguments. |
Tstamp |
Sets TSTAMP, DSTAMP and TODAY |
Untar |
Untar a file. |
UpToDate |
Will set the given property if the specified target has a timestamp
greater than all of the source files. |
War |
Creates a WAR archive. |
XSLTProcess |
A Task to process via XSLT a set of XML documents. |
Zip |
Create a ZIP archive. |