You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2005/09/16 22:07:17 UTC

svn commit: r289643 - /ant/core/trunk/docs/manual/OptionalTasks/clearcase.html

Author: stevel
Date: Fri Sep 16 13:07:11 2005
New Revision: 289643

URL: http://svn.apache.org/viewcvs?rev=289643&view=rev
Log:
mention need for cleartool

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/clearcase.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/clearcase.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/OptionalTasks/clearcase.html?rev=289643&r1=289642&r2=289643&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/clearcase.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/clearcase.html Fri Sep 16 13:07:11 2005
@@ -33,7 +33,7 @@
   <li><A href="#ccmkbl">CCMkbl</a>
   <li><A href="#ccmkattr">CCMkattr</a>
   <li><A href="#ccmkdir">CCMkdir</a>
- <li><A href="#ccmkelem">CCMkelem</a></li>
+  <li><A href="#ccmkelem">CCMkelem</a></li>
 
 </ul>
 
@@ -45,6 +45,11 @@
 
 <p>More tasks can be easily added by deriving from the ClearCase class and then adding
 functionality that is specific to that ClearCase command.</p>
+<p>
+    Important: these tasks all require <code>cleartool</code> on the command line.
+    If a task fails with an IOException, especially error code 2 on Windows,
+    this is your problem.
+</p>
 
 
 <hr>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org