You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Lecho <St...@iconmedialab.com> on 2001/03/22 16:14:06 UTC

cvs usage

Apparently when you don't install a cvs command on the local machine
the cvs task doesn't work. Is this expected or unexpected behavior ?

Error trace
java.io.IOException: CreateProcess: cvs -d
:pserver:bemlstle@bemls3:/home/rcs-cvs -q checkout solar_dev error=2
java.io.IOException: CreateProcess: cvs -d
:pserver:bemlstle@bemls3:/home/rcs-cvs -q checkout solar_dev error=2
        at java.lang.Win32Process.create(Native Method)
...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stefan Lecho
  Internet Application Developer
  Wireless Technical Contact
  IconMedialab, Brussels +32.2.506.23.31
http://www.iconmedialab.com


Re: cvs usage

Posted by Stefan Bodewig <bo...@apache.org>.
Stefan Lecho <St...@iconmedialab.com> wrote:

> Apparently when you don't install a cvs command on the local machine
> the cvs task doesn't work. Is this expected or unexpected behavior ?

completely expected behavior.

Stefan