From 00abd2b7bb6fd0666172f9631f077fd5488fc3bb Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 16 Sep 2005 20:07:11 +0000 Subject: [PATCH] mention need for cleartool git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@289643 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/clearcase.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/clearcase.html b/docs/manual/OptionalTasks/clearcase.html index 23db77173..3217684d8 100644 --- a/docs/manual/OptionalTasks/clearcase.html +++ b/docs/manual/OptionalTasks/clearcase.html @@ -33,7 +33,7 @@ Sean Egan (sean at cm-logic dot com)

  • CCMkbl
  • CCMkattr
  • CCMkdir -
  • CCMkelem
  • +
  • CCMkelem
  • @@ -45,6 +45,11 @@ a few of the significant ClearCase commands.

    More tasks can be easily added by deriving from the ClearCase class and then adding functionality that is specific to that ClearCase command.

    +

    + Important: these tasks all require cleartool on the command line. + If a task fails with an IOException, especially error code 2 on Windows, + this is your problem. +