You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2019/01/12 16:16:09 UTC

[ant] 01/02: the task does not extend ExecTask (anymore?)

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git

commit d106673e3e7b9beebe024b14086e4d554b5ed2f2
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Sat Jan 12 17:01:01 2019 +0100

    the task does not extend ExecTask (anymore?)
---
 .../org/apache/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 5a537eb..68d2a4a 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.
  * <p>
- * 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.
  * </p>
  * <p>
  * This class provides set and get methods for the 'viewpath' and 'objselect'