The task returns the absolute path to the specified Eclipse® bundle.
The task supports Build Extensions Debugging Attributes and 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 |
| name | Specify the name of the target Eclipse® bundle. | Yes |
| property | Specify the name of the ant property in which to return the value. | Yes |
<?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: name="com.ibm.team.build.extensions.toolkit" property="pluginPath"/>
<echo message="${pluginPath}"/>
</target>
</project>
[echo] C:/EWM Clients/EWM 6.0.3RC1z/eclipse/plugins/com.ibm.team.enterprise.smpe.toolkit_1.0.0.v20160930_2358.jar