This task allows you to retrieve the installed
ClearCase version, e.g. 2003.06.15, and also flavour of ClearCase,
i.e. whether ClearCase LT is installed or not. The version number
and existence of ClearCase are retrieved as the properties that you
specify. For example, to set the property " ccversion"
to the ClearCase version and the property "cclt" if
and only if ClearCase LT is installed, you would use the following:
<ccversion ccversionproperty="ccversion" ccltproperty="cclt"/>
You can also use the task as part of an Ant condition ,
for more information see the examples below.
|