The task returns the name or alias of the base FMID for the specified version.
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 |
| configurationFile | Specify the full path on the build machine to the configuration file. For more information on the configuration file refer to the Configuration File section. A relative path from the build’s base directory may be specified. | Yes |
| environment |
Specify name to have the release name returned. Specify alias to have the release alias returned. By default the release name is returned.
|
No |
| projectArea | Specify the name of the project area that contains the Enterprise Extensions system definitions. | Yes |
| property | Specify the name of the ant property in which to return the value. | Yes |
| xmlParse |
Specify true to parse XML files for SMP/E definitions. The default is false. This attribute is maintained for compatibility with older versions. Note: if xmlParse is set to true, zService must be set to false.
|
No |
| zService |
Specify true to generate an XML driver file compatible with zService. The default is true. Specify false to generate an XML driver file compatible with zBuild.
|
No |
<?xml version="1.0" encoding="UTF-8"?>
<project
name=""
default="main"
xmlns:es="antlib:com.ibm.team.enterprise.smpe.toolkit">
<target name="main" description="main">
<es:
repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
configurationFile="./properties/hmk1400zsv.xml"
projectArea="${projectArea}"
property="${driverRelease}"
/>
</target>
</project>