Font size:
Object-MaprefUri
Description
Looks up the objects mapref-uri 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 object.
Examples
Check if a package object exists
<object-mapref depot="${context.depot}"
resultproperty="result"
outputproperty="mapref"
comment="">
<resource
name="${context.name}"
type="${context.type}"/>
</object-mapref>
<echo message="mapref-uri is ${mapref}"/>


