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
<compileWorkspace BuildType="Full" />