From d106673e3e7b9beebe024b14086e4d554b5ed2f2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 12 Jan 2019 17:01:01 +0100 Subject: [PATCH] the task does not extend ExecTask (anymore?) --- .../tools/ant/taskdefs/optional/clearcase/ClearCase.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java b/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java index 5a537eb85..68d2a4a00 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java @@ -34,9 +34,9 @@ import org.apache.tools.ant.util.FileUtils; /** * A base class for creating tasks for executing commands on ClearCase. *

- * The class extends the 'exec' task as it operates by executing the cleartool program - * supplied with ClearCase. By default the task expects the cleartool executable to be - * in the path, * you can override this be specifying the cleartooldir attribute. + * By default the task expects the cleartool executable to be in the + * path, you can override this be specifying the cleartooldir + * attribute. *

*

* This class provides set and get methods for the 'viewpath' and 'objselect'