Browse Source

mention need for cleartool

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@289643 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
00abd2b7bb
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docs/manual/OptionalTasks/clearcase.html

+ 6
- 1
docs/manual/OptionalTasks/clearcase.html View File

@@ -33,7 +33,7 @@ Sean Egan (sean at cm-logic dot com)</p>
<li><A href="#ccmkbl">CCMkbl</a> <li><A href="#ccmkbl">CCMkbl</a>
<li><A href="#ccmkattr">CCMkattr</a> <li><A href="#ccmkattr">CCMkattr</a>
<li><A href="#ccmkdir">CCMkdir</a> <li><A href="#ccmkdir">CCMkdir</a>
<li><A href="#ccmkelem">CCMkelem</a></li>
<li><A href="#ccmkelem">CCMkelem</a></li>


</ul> </ul>


@@ -45,6 +45,11 @@ a few of the significant ClearCase commands.</p>


<p>More tasks can be easily added by deriving from the ClearCase class and then adding <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> 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> <hr>


Loading…
Cancel
Save