General Ant tasks
- captureBuildMessages
This task captures Ant build messages and allows them to be searched
or displayed, and allows conditional Ant build failures depending on whether
or not a specified string is in the captured build messages.
- compileWorkspace
This task compiles the entire workspace. It performs the same action
as javac. While this task is running, all the validation and other builders
are turned of
- getJavacErrorCount
This task gets the error count for the last internal javac compilation
of the specified project.
- getProjectData
This task gets the specified project information.
- projectBuild
This task builds the specified project.
- projectGetErrors
This task gets the errors for the specified project. It is a subset
of the projectBuild task (it does not do a build, it just gets project errors
regardless of how they were created)
- projectImport
This task imports an existing file system project into a workspace.
- projectSetBuild
This task builds a set of Eclipse projects using an existing Eclipse
team Project Set File ("PSF"). The PSF must have been first created using
an Eclipse team "Project Set Export" command, and then the task projectSetImport
must have been used to import those projects into a workspace.
- projectSetImport
This task imports an existing Eclipse team Project Set File (PSF)
into a workspace. The PSF must have been first created using an Eclipse team
"Project Set Export" command.
- setDebugInfo
This task sets the internal Java™ compilation debug level, and returns
the current settings.
- workspaceBuild
This task builds the entire workspace.
- workspaceGetErrors
This task gets the errors for the entire workspace. It is a subset
of the workspaceBuild task (it does not do a build, it just gets workspace
errors regardless of how they were created).
- workspacePreferenceFile
This task reads a property file containing Eclipse workspace preferences
and sets those preferences.
- workspacePreferenceGet
This task gets Eclipse workspace preferences.
- workspacePreferenceSet
This task sets Eclipse workspace preferences.