Browse Source

the task does not extend ExecTask (anymore?)

master
Stefan Bodewig 6 years ago
parent
commit
d106673e3e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java

+ 3
- 3
src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java View File

@@ -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'


Loading…
Cancel
Save