Hello Nicholas, did you restart Eclipse after having changed your Path ?
Cheers, Antoine > Hi antoine, > > Starting the task cvs_test under eclipse 3.0.0 on windows XP (team plugin > installed) > > <target name="cvs_test"> > <cvs cvsRoot=" > :pserver:[EMAIL PROTECTED]:/extra/cvs/RAPTOR" > command="login" > output="output.txt" > error="error.txt" > /> > </target> > > I get the following error: > [cvs] Caught exception: CreateProcess: cvs -d > :pserver:[EMAIL PROTECTED]:/extra/cvs/RAPTOR login error=2 > > Do you know why I got this exception ? > > Note: > As indicated into ant documentation, the cvs task needs "cvs" on the path. > So I added it (cvs client path from WinCvs 1.3) and tried to execute > cvs.exe > >from the command line in the target directory in which I am working. It' > OK > (I got cvs help). > > Thanks for your help, > Nicolas > > > ----- Original Message ----- > From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> > To: "Ant Users List" <[email protected]> > Sent: Sunday, January 02, 2005 7:38 PM > Subject: Re: cvs with ant > > > Hello Radha, > > the ant cvs task can be used to perform all cvs operations. > The attribute command is used to say which operation you want to do. > see http://ant.apache.org/manual/CoreTasks/cvs.html > Cheers, > Antoine > > Radha Sangal wrote: > > >I know there is a cvs task in ant to checkout project. Is there any task > >to update a cvs project? I mean to include checkout-update-checkin > >process all in one ? > > > > > > > >We have a big application which is not updated since long into cvs. To > >checkout that is taking very long. I m doing it presently with wincvs > >but its no better. > > > > > > > >Any suggestions ? > > > > > > > > > > > > --------------------------------------------------------------------- > 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]
