You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Anil Kona <an...@cellarstone.com> on 2002/10/13 00:44:42 UTC

ClearCase Additional Tasks

Hi,
I have added a new optional task for labeling in clearcase.
I would like to submit this to the code line.

Can someone check it in.

This is the taskdef for the new task and its example usage

<taskdef name="CCLabel"
classname="org.apache.tools.ant.taskdefs.optional.clearcase.CCLabel" />
<target name="cclabel">
<CCLabel viewpath="${project.home}" versionLabel="BuildVersion 207" />
</target>


Thanks,
-Anil