On Tuesday June 26, 2007, "Martin Gainty" <[EMAIL PROTECTED]> wrote: > when running the ant cvs task example from the book > <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic" > package="ant" > dest="." > /> > > I get > svn_checkout: > [cvs] Caught exception: CreateProcess: cvs > -d:pserver:[EMAIL 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]