Depot Version: 'version-available' Ant Task
|
Set a property if a given (perhaps constrained) version is avaiable
| Attribute | Description | Required | Default |
| property | The name of the property to set to 'true' | Yes | N/A |
| versionId | Version Identifier | Yes | N/A |
| version | Version | No | N/A |
If a version is provided, then any available instance of the versionId is check for compatibility. Availability is set only if this test passes.
|
Parameters specified as nested elements
| |
| | |
| Element | Description | Required | Default |
| version | Version | No | N/A |
If a version is provided, then any available instance of the versionId is check for compatibility. Availability is set only if this test passes.
|
Parameters specified as text content
| |
| | |
by Adam R. B. Jack