Depot Version
Home
Ant Tasks
Tools
API
Integration
 Apache Incubator > Depot > Version 

Depot Version: 'version-available' Ant Task

Description

Set a property if a given (perhaps constrained) version is avaiable

Parameters

AttributeDescriptionRequiredDefault
propertyThe name of the property to set to 'true'YesN/A
versionIdVersion IdentifierYesN/A
versionVersionNoN/A

version

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

ElementDescriptionRequiredDefault
versionVersionNoN/A

version

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

None

by Adam R. B. Jack