Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By default, a new Automise project has one Target Action List called Default. This default Target Action List cannot be deleted or moved. When a project starts, the first enabled action in the Default Target Action List is executed. If any action fails, will cause the build process to halt with an error. To perform cleanup tasks when the project fails for any reason wrapping the actions to protect in a try..catch..end is recommended.

...

Tip

You can drag actions from one Target Action List to another by dragging them over the Target Action List tab, then dropping them on the other TargetAction List.

Adding

...

Action List

You can Add, Delete, Rename or re-order extra Targets Action Lists from the Project menu, or by right clicking on the Target Action List headings:

To run a specific Targets, add a "Run Target" action to the calling Target, then set the Target property of that action.

...