CreateProcess with error=2 usually means the executable (cvs.exe) is not in your PATH.
Keith -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 07 February 2003 12:12 To: Ant Users List Subject: Re: Problem using ANT with CVS Hello there, After running ANT in debug mode, the only apparent error is "+User task: xmlproperty org.apache.tools.ant.taskdefs.XmlProperty Could not load a dependent class (jdepend/xmlui/JDepend) for task jdepend " By looking looking on the net and the documenation, I don't see how any of this relates to the problem of checking out a project from my CVS repository. This is the following error that I get at the end: Execute:Java13CommandLauncher: Executing 'cvs' with arguments: '-d:pserver:owens@kurt:/var/cvs/repositories/wsad5/development' 'checkout' 'rapide' The ' characters around the executable and arguments are not part of the command. [cvs] Caught exception: CreateProcess: cvs -d:pserver:owens@kurt:/var/cvs repositories/wsad5/development checkout rapide error=2 I just can't see what I am doing wrong, I have provided the password for CVS. Any help will be kindly appreciated. Regards, Vipul Vij ----- Forwarded by Vipul Vij/Wire-e on 07/02/2003 11:48 ----- Vipul Vij To: "Ant Users List" <[EMAIL PROTECTED]> 07/02/2003 cc: 11:04 Subject: Re: Problem using ANT with CVS(Document link: Vipul Vij) Many thanks for your suggestion Antoine, much appreciated. Regards, Vipul "Antoine Levy-Lambert" To: "Ant Users List" <[EMAIL PROTECTED]> <levylambert@tisca cc: li-dsl.de> Subject: Re: Problem using ANT with CVS 07/02/2003 09:18 Please respond to "Ant Users List" You can run your ant build like this : ant -debug [target] this will tell you better what is happening. Antoine ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 10:20 AM Subject: Problem using ANT with CVS Hello there, I am a first time ANT user (and this is also my first experience using any open source project). I am experiencing difficulties when I run ANT; I get the following error: [cvs] Caught exception: CreateProcess: cvs - d:pserver:owens@kurt:/var/cvs/ repositories/wsad5/development checkout rapide error=2 The following is snipet involving access to the CVS repository: target name = "fetch" depends = "clean" description = "get java source and lib"> <cvspass cvsroot =":pserver:owens@kurt:/var/cvs/repositories/wsad5/development" password="wire-e"/> <cvs cvsRoot = ":pserver:owens@kurt:/var/cvs/repositories/wsad5/development" package = "rapide" dest = "${src}"/> Any help will be much appreciated. Kind regards, Vipul Vij --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
