This ant task starts a transformation, the behavior is the same as the execution in the eclipse starter or the ui. The attributes are also quite the same , filename is the name of the callchain file, in the workspace, callablename is the callable to start, the nested property element defines the value of properties in the atfflow process if they exist.
Attribute | Description | Required | Default |
filename | The name of the callchainfile, the filename should be the full workspace path. | yes | |
callablename | The name of the callable to start in the file | yes | |
skiplist | The comma seperated list of callables skipped in the process. | false | |
clearconsole | Clears the ATL console befor starting the transformation flow. | false | true |
chaincalls | If set to false only the named callable will be started. | false | false |
The nested property defines the values of the property elements in the callflow.
Attribute | Description | Required |
name | The name of the property. | true |
value | The value of the property. | true |
<altflow.launchcall
filename=„/atl flow transformations/callchainReport/acceleo.callchain”
callablename=„createTextDoc”>
</altflow.launchcall>