control Tasks

Task <Ant>

Build a sub-project.

Task <Available>

Will set the given property if the requested resource is available at runtime.

Task <Checksum>

Used to create or verify file checksums.

Task <ExecTask>

Executes a given command if the os platform is appropriate.

Task <ImportTask>

Task to import another build file into the current project.

Task <Input>

Reads an input line from the console.

Task <Parallel>

Executes the contained tasks in separate threads, continuing once all are completed.

Task <Sequential>

Sequential is a container task - it can contain other Ant tasks.

Task <UpToDate>

Sets the given property if the specified target has a timestamp greater than all of the source files.

Task <antcall>

Call another target in the same project.

Task <apply>

Executes a given command, supplying a set of files as arguments.

Task <fail>

Exits the active build, giving an additional message if available.

Task <nice>

A task to provide "nice-ness" to the current thread, and/or to query the current value.

Task <subant>

Calls a given target for all defined sub-builds.

control Types