Home
Overview
Available Tasks (General)
projectBuild
compileWorkspace
getJavacErrorCount
getProjectData
setDebugInfo
Available Tasks (J2EE)
AppClientExport
EARExport
UtilJar
WARExport
Available Tasks (EJB enabled tools only)
AccessBeanRegeneration
EJBDeploy
EJBExport
compileWorkspace

Description

This task compiles the entire workspace. Performs the same action as javac. While using this task all the validation and other builders are turned off.

Parameters
 


Attribute Description Required
BuildType Type of build No, Default is Incremental
May be Incremental, Full
Quiet Where or not to print out messsages No, Default is false

Examples

<compileWorkspace BuildType="Full" />
Performs a full compile of the entire workspace. All the compiler messages are going to be logged to the console.
<compileWorkspace Quiet="true" />
Performs a incremental build on the workspace, none of the compiler messages will be logged to the console, due to the quiet option.