Hi, I have wrote : <cvspass cvsroot=":pserver:[EMAIL PROTECTED]:/usr/cvsroot" password="*****" passfile=".cvspass" />
and after: <cvs command="checkout Projet1 " /> where Projet1 is a module in the CVS Repository But I got the same error : [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:/usr/cvsroot checkout Projet1 error=2 PS: CVS is installed in the server and not in my system. What have I to do. ----- Original Message ----- From: "Holbrook, R Cody (Cody)" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 5:50 PM Subject: RE: Executing build.xml Could it be that your cvsroot has been set with misspellings? Projets & Projet1? I would expect Projects & Project1. -----Original Message----- From: Zakaria khabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 10:43 AM To: ANT Subject: Executing build.xml Hi, I have CVS installed in the server machine, ANT is installed in my system, and I have this error message when I try to execute build.xml in my system. <cvspass cvsroot=":pserver:[EMAIL PROTECTED]:/usr/cvsroot/CVSROOT/Projets/Projet1" password="*****" passfile=".cvspass" /> and after: <cvs command="checkout " /> But I got the following error : [cvs] Caught exception: CreateProcess: cvs commit error=2 Shall I execute the "build.xml" file in the server in order to execute a "checkout". Can you help me. Thanks --------------------------------------------------------------------- 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]
