DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34936>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34936

           Summary: java.io.IOException: cvs: not found when calling ant
                    from crontab
           Product: Ant
           Version: 1.6.2
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I am trying to use ant in a crontab task but it fails constantly on the <cvs> 
commands.

The error reported from crontab is:  'cvs: not found'
and the error logged by ant is: 'java.io.IOException: cvs: not found'

CVS is available on the path as I set the PATH=/usr/local/bin:$PATH prior to 
calling the ant command in the script that is used by crontab.

I checked to see if cvs can be found in crontab when it is not is an ant 
script and it was called without any problems.

>From my understanding of the cvs task, all it requires is for cvs to be on the 
PATH, but this does not seem to be the case.  Is there anyway of specifying 
the location of cvs?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to