Re: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread David TROGDON
I use similar code as follows. This is simply for checkout. We use the Eclipse application to check in but I am sure CVS check in funcitons could be used in a similar manner. Your exact code will of course depend on repository names, project name(s), location of repositiory, any passwords neede

RE: RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Tshepo Rachidi
Oh yes thanks, It should help Kaleem. Tshepo. -Original Message- From: Markus M. May [mailto:[EMAIL PROTECTED] Sent: Monday 07 August 2006 15:21 To: Ant Users List Subject: Re: RE: Need Info - Ant Script to Check In Code to CVS Hello, I guess you can use the CVS task of ANT. There

Re: RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Markus M. May
; An: "Ant Users List" Betreff: RE: Need Info - Ant Script to Check In Code to CVS > I am still a newbie. 2 weeks working with ant > > > I am using the command line commands > To check in and out of starteam. > May be it might help > Use this link > > http

RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Tshepo Rachidi
I am still a newbie. 2 weeks working with ant I am using the command line commands To check in and out of starteam. May be it might help Use this link http://ant.apache.org/manual/CoreTasks/exec.html Try to learn your CVS command line argument and commands then Read how to pass then to ant.