|
Activity Plug-in |
Description |
|
Execute External Ant Script
|
This activity allows for the execution of Ant scripts, either those generated in the build process or those custom made by the user or a third party. The activity contains fields for the Ant script name and any options to be passed to Ant.
|
|
Execute Makefile
|
This activity runs a build by executing a manually scripted makefile with make. Please note that this activity is not for use with .mak files generated by OpenMake Meister. The activity contains fields for the Makefile name and any options to be passed to make. |
|
Execute Shell Command
|
Similar to writing a batch file to execute a list of commands, this activity allows free-form batch scripting and the execution of previously written scripts. After selecting this activity, type the commands that you wish to execute in the dialog box. This scripting must be done in standard batch syntax for the operating system on which the Activity is to be executed. Alternatively, you can enter the path to a batch or shell script to be executed at this step. |