The task is used to create SCM components.
The task supports Team Build Attributes, Build Extensions Debugging Attributes, Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.
The following table describes the task specific attributes for the task:
| Task Specific Attributes | ||
| Attribute | Description | Required |
| processAreaName | The name of the EWM® process area that will own the component. | Yes |
One or more Component elements can be specified within the createComponents element. Component elements are used to describe the component to be created. At least one Component element is required.
The following table describes the valid Component element attributes and their options:
| Component Element Attributes | ||
| Attribute | Description | Required |
| name | The name of the component. | Yes |
Create components
<!-- Item Definitions -->
<target description="Create item definitions" name="Item.Definitions">
<!-- Create Items -->
<xt:createComponents
password="${password}"
processAreaName="${processAreaName}"
repositoryAddress="${repositoryAddress}"
userId="${userId}">
<xt:component name="sa.zservice"/>
<xt:component name="sacommon.tools"/>
<xt:component name="sa.docu"/>
<xt:component name="sa.derby"/>
<xt:component name="sa.v350"/>
<xt:component name="sa.ioops"/>
<xt:component name="sa.packaging"/>
<xt:component name="sa.tools"/>
<xt:component name="sa.itmdist"/>
<xt:component name="sa.e2edist"/>
<xt:component name="sa.procops"/>
<xt:component name="sa.dialog"/>
<xt:component name="sa.itm"/>
<xt:component name="sa.agent"/>
<xt:component name="sa.am"/>
<xt:component name="setup"/>
<xt:component name="sa.common"/>
</xt:createComponents>
</target>