Overview
Make commands are used to build software with GNU make
. No GNU make specific options are used, however, so make projects will work equally well with many variants of make.
Default Post-Processing
Make commands apply make post-processing to their output by default, in order to capture common warning and error messages.
Locating Ant
The make binary is located using the following algorithm:
- If the command's custom make executable field is set, its value is used.
- If a property named make.bin is defined, its value is used.
- Otherwise, make is assumed to be on the PATH.
Note that your pulse™ server may locate make via resource auto-discovery and set up an appropriate resource for you. To make use of the discovered version of make add this resource as a requirement.