Description
The Rational Team Concert SCM source configuration extracts files from the Rational Team Concert SCM into an HCL Launch component version. The source files can be pulled from a snapshot or live stream.
The Rational Team Concert SCM source configuration extracts files from the Rational Team Concert SCM into an HCL Launch component version. The source files can be pulled from a snapshot or live stream.
The IBM Rational Team Concert SCM source plugin supports creating components from the Rational Team Concert source-code management system.
This plugin requires HCL Launch version 7.0.x or later.
This plugin runs with Rational Team Concert version 4.0.3 or later.
This plugin supports all operating systems that are supported by the HCL Launch agent.
See Installing plugins in HCL Launch for installing and removing plugins.
To use the RTC SCM plugin, create a component to define the RTC artifacts to be used. The component contains the information for importing the artifacts and any processes to perform on the artifacts.
For additional information about using the Rational Team Concert
To create a component, complete the following steps. For more information, see Creating components
topic in the product documentation.
When the artifacts are imported, a component version is created using the version of the package. You can specify to import a specific package version or import all versions. If importing all versions, a component version is created for each version.
To access this plugin in the palette, click SCM > RTC.
The RTC SCM plugin adds the following roles automatically to resources. You cannot add these roles manually.
Name | Type | Description | Reference |
---|---|---|---|
Version Name | String | The name given to the imported component version. If snapshot is selected, the RT server is searched this snapshot name. If left blank, the latest snapshot name or ID is used. | |
Workspace History | Enumeration | Use a snapshot or stream as the initial workspace history. Values are SNAPSHOT and STREAM. |
Name | Type | Description | Reference |
---|---|---|---|
Command Path | String | The full path to the scm executable on the HCL Launch agent, including the file name. For example: \RTCClient\scmtools\eclipse\scm.exe. | ${p:component/RTCSCMProperties/commandPath} |
Excludes | String | New line separated list of ant style exclude patterns. | ${p:component/RTCSCMProperties/excludes} |
Include Root | Boolean | Select Include Root to load the component names in the Rational Team Concert stream as top-level folders in the HCL Launch component. | |
Includes | String | New line separated list of ant style include patterns. | ${p:component/RTCSCMProperties/includes} |
RTC Password | Password | The password used to connect to the RTC server. | ${p:component/RTCSCMProperties/password} |
RTC Server URL | String | The URL of the RTC server. | ${p:component/RTCSCMProperties/serverUrl} |
RTC Username | String | The username used to connect to the RTC server. | ${p:component/RTCSCMProperties/username} |
Stream | String | The name or alias of the default flow target stream. | ${p:component/RTCSCMProperties/stream} |
Version Naming Convention | Enumeration | Indicates whether to use the version ID or name when Importing Versions Automatically, Importing Stream, or when Import Version name is left blank. Valid values are ID and NAME. | ${p:component/RTCSCMProperties/autoGenerateName} |