The macro is used to execute a Unix shell command, via /bin/sh, as part of a build script.

Attributes

The following table describes the macro specific attributes for the macro:

Macro Specific Attributes
Attribute Description Required
cmd The command to execute. Yes
dir The directory in which the command should be executed. The default is the current directory. No
failonerror Stop the build process if the command exits with a return code signaling failure. The default is true. No
output The name of a property in which the output of the command should be stored. No
outerr The name of a property in which the standard error of the command should be stored. No

Notes

Examples