ObjectMaprefUri Task Reference
From ControlTier
Looks up the Resource maprefuri identifier given its name, type and depot.
Parameters
| Attribute | Description | Required |
|---|---|---|
| depot | The project to update | Yes |
| resultproperty | Property to set with success/fail value | Yes |
| outputproperty | Property to set with objects mapref-uri value | Yes |
| comment | Text describing purpose of update | Yes |
| passfile | File containing authentication info to server. If passfile is not specified, information from the framework.properties file is used instead. | No |
Parameters specified as nested elements
resource
A resource.
Examples
Check if a package resource exists
<object-maprefuri depot="${context.depot}"
resultproperty="result"
outputproperty="mapref"
comment="">
<resource
name="${context.name}"
type="${context.type}"/>
</object-maprefuri>
<echo message="mapref-uri is ${mapref}"/>
| ||||||||||||||

