This task allows you to check for the existence
of a ClearCase object, for example a branch, stream, label or
baseline. For example, to check for the existence of the ClearCase
label type REL_1 in the VOB \Projects,
you would use the following:
<ccavailable objselector="lbtype:REL_1@\Projects"/>
You can use the task as part of any Ant condition
, for more information see the examples below. The task will work
with any ClearCase object selectors that can be specified by the
ClearCase "describe" command (see "cleartool
man describe" for further information).
|