Deployer 10.7 | Using Project Automator | Root Tag
 
Root Tag
The root tag for Project Automator consists of the <DeployerSpec> tag and the exitOnError attribute, as follows:
<DeployerSpec exitOnError="true or false"></DeployerSpec>
The following table describes the attribute you can specify in the <DeployerSpec> tag.
Attribute
Description
exitOnError
Optional. Indicates how Project Automator should handle errors. Set to:
*true to set Project Automator to report the error and terminate the first time it encounters an error.
*false to set Project Automator to report errors as they occur, but continue processing. This is the default.