Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
ant cvs error

ant cvs error

2007-06-26       - By Robert Clark
Reply:     1     2     3     4     5     6     7  

On Tuesday June 26, 2007, "Martin Gainty" <mgainty@(protected)> wrote:
> when running the ant cvs task example from the book
> <cvs cvsRoot=":pserver:anoncvs@(protected):/home/cvspublic"
>        package="ant"
>        dest="."
>   />
>
> I get
> svn_checkout:
>       [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@(protected) rg:/home/cvspublic checkout ant
> error=2
>
> what does this error mean???

On Windows, "CreateProcess ... error=2" generally means that the
executable was not found. Make sure that the directory containing
cvs.exe is in the path when you run Ant, or provide the full path to
the executable in the <cvs/> task.

- Rob




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.