Setting active transformation configurations

From a list of available transforms in your project workspace, you can set which transformation configurations are active. Active transformations are run by the project builder during a build operation.

About this task

By default, only the top-level transformation configurations from your workspace are displayed in the list. Top-level transformation configurations are those configurations that are not depended upon by other transformation configurations.

To set one or more active transformation configurations:

Procedure

  1. In the Project Explorer view, right-click the modeling project root; then click Properties > UML Development Build. Transformation configurations located in the project are displayed in the Transformation Configurations section.
  2. If you want to activate a transformation, select the adjacent check box. You can set multiple transformation configurations as active.
  3. If you want to inactivate a transformation, clear the adjacent check box.

Results

The active transformations are run during a build operation, in list order from top to bottom.

What to do next

Tip: You can also toggle transformation configurations between an active and inactive state in the Project Explorer view by right-clicking a configuration, and clicking Active Transformation Configuration. If the configuration is currently inactive, it is set as active and appears with a green check in its Project Explorer icon. If the configuration is currently active, it is set as inactive.

Feedback