Attribute | Description | Required |
---|
buildfile | The build file to build. If not specified, use the current build file. | False |
target | The target to execute. To specify more than one target, separate targets with a space. Targets are executed in order if possible. Default to use target specified in the project's default attribute. | False |
inheritall | Specifies whether current property values should be inherited by the executed project. Default is false. | False |
failonerror | Determines whether task failure stops the build or is just reported. Default is "true." | False |
verbose | Task reports detailed build log messages. Default is "false." | False |
if | If true then the task will be executed; otherwise skipped. Default is "true." | False |
unless | Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false." | False |