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
Parameters
Attribute Description Required BuildType Type of build No, default is Incremental. Can be Incremental or Full Quiet Whether or not to print out messages No, default is false Tip: The quiet mode can give you a substantial performance gain when running this Ant task in the workbench.
Examples
- Do a full compilation of the workspace:
<compileWorkspace BuildType="Full" />
Parent topic
Working with Ant
Related tasks
captureBuildMessages
getJavacErrorCount
getProjectData
projectBuild
projectGetErrors
projectImport
projectSetBuild
projectSetImport
setDebugInfo
workspaceBuild
workspaceGetErrors
workspacePreferenceFile
workspacePreferenceGet
workspacePreferenceSet