Causes the current build script execution to fail and the script to exit with an (optional) error message.
Table 40. Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
message |
String |
The message to display (reason for script abort). | "No Message" | No |
msg |
String |
Alias for message | "No Message" | No |
if |
String |
Name of property that must be set for script to exit. | n/a | No |
unless |
String |
Name of property that must not be set in order for
script to exit.
|
n/a | No |