RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
06, 2005 12:43 PM > To: Ant Users List > Subject: Re: cvs command > > > And not passphrasing it is a good idea? > > I have to admit that, given the security ramifications, I > would be hard > to convince. > > Anderson, Rob (Global Trade) wrote: > > You

Re: cvs command

2005-07-06 Thread Donald McLean
PROTECTED] Sent: Wednesday, July 06, 2005 11:50 AM To: 'Ant Users List' Subject: RE: cvs command You need to use a ssh agent. http://www.cse.wustl.edu/~mdeters/how-to/ssh/ - To unsubscribe, e-mail: [EMAIL PROT

Re: cvs command

2005-07-06 Thread blackwater dev
- > > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 06, 2005 11:50 AM > > To: 'Ant Users List' > > Subject: RE: cvs command > > > > > > You need to use a ssh agent. > > http://www.cse.wustl.edu/~mdeters/how-to/ssh/ &

RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
You only need to use ssh-agent if your key is passphrased. -Rob A > -Original Message- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:50 AM > To: 'Ant Users List' > Subject: RE: cvs command > > > Y

RE: cvs command

2005-07-06 Thread Shatzer, Larry
You need to use a ssh agent. http://www.cse.wustl.edu/~mdeters/how-to/ssh/ > -Original Message- > From: blackwater dev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:46 AM > To: Ant Users List > Subject: cvs command > > > Hello, > > I have this cvs command: > >

RE: cvs command

2005-07-06 Thread Anderson, Rob (Global Trade)
Use ssh key authentication. See http://www.openbsd.org/cgi-bin/man.cgi?query=ssh for information on how to set that up. -Rob A > -Original Message- > From: blackwater dev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 11:46 AM > To: Ant Users List > Subject: cvs command > >

RE: CVS command with Ant in IntelliJ

2005-01-28 Thread Lieve Van den Heuvel
e.org Subject: Re: CVS command with Ant in IntelliJ Hi James Thank you for your answer but I know that the exec command doesn't make the thing work but it was just one of my try-outs.. I tried to add the path to the cvs.exe in IntelliJ but it seems that he doesn't find it afterall

RE: CVS command with Ant in IntelliJ

2005-01-28 Thread Nemana, Satya V
:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 5:36 AM To: user@ant.apache.org Subject: Re: CVS command with Ant in IntelliJ Hi James Thank you for your answer but I know that the exec command doesn't make the thing work but it was just one of my try-outs.. I tried to add the path t

Re: CVS command with Ant in IntelliJ

2005-01-28 Thread Lieve Van den Heuvel
Hi James Thank you for your answer but I know that the exec command doesn't make the thing work but it was just one of my try-outs.. I tried to add the path to the cvs.exe in IntelliJ but it seems that he doesn't find it afterall and that's the thing that's causing me these frustrations. So is t

Re: CVS command with Ant in IntelliJ

2005-01-28 Thread James Abley
On Fri, 2005-01-28 at 10:17, Lieve Van den Heuvel wrote: > Hi, > > I'm just new to the mailing list but I'm experiencing a very > "frustrating" problem. I've written a buildscript for our project but > I'm not able to execute a cvs-command in the buildfile. > > The environment I'm working in: >