In the clearantlib.jar version 1.0, the distribution jar file ships with an antlib.xml file with an apparent error in it.
The following line references a class ClearCaseVersion:
<taskdef name="ccversion" classname="com.buildmeister.clearantlib.ClearCaseVersion"/>
At least in the jar file that I received, there is no class named ClearCaseVersion. However, there is one named CCVersion.
I was able to fix this by modifying the antlib.xml file with the correct class name and repackaging the jar file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the clearantlib.jar version 1.0, the distribution jar file ships with an antlib.xml file with an apparent error in it.
The following line references a class ClearCaseVersion:
<taskdef name="ccversion" classname="com.buildmeister.clearantlib.ClearCaseVersion"/>
At least in the jar file that I received, there is no class named ClearCaseVersion. However, there is one named CCVersion.
I was able to fix this by modifying the antlib.xml file with the correct class name and repackaging the jar file.
Thanks, this is now fixed...