Neon Ngo created EXEC-90:
----------------------------

             Summary: example usage in ExecuteWatchdog class docs does not work
                 Key: EXEC-90
                 URL: https://issues.apache.org/jira/browse/EXEC-90
             Project: Commons Exec
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Neon Ngo
            Priority: Trivial


the example in ExecuteWatchdog class javaodcs uses non-existent Execute class, 
it should be changed from:
  if (Execute.isFailure(exitvalue) ... 
 to:
 if (exec.isFailure(exitvalue) ...

I will attach a patch file



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to