OpenMake Meister

OpenMake Mojo

Activity Plug-in

Description

Execute External Ant Script

 

This Workflow 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 Workflow Activity contains fields for the Ant script name and any options to be passed to Ant.

 

Execute Makefile

 

This Workflow Activity runs a build by executing a manually scripted makefile with make.  Please note that this Workflow Activity is not for use with .mak files generated by OpenMake Meister.  The Workflow 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 Workflow Activity allows free-form batch scripting and the execution of previously written scripts.  After selecting this Workflow 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 Workflow Activity is to be executed.  Alternatively, you can enter the path to a batch or shell script to be executed at this step.