Re: Pass Argument to CVS Command

2005-08-03 Thread Andrew Goktepe
For the '<' char you can use '<' Ant should take whatever you give for the 'command' value and use it for the CVS command line. For rlog you could do the following: -Andrew On 8/3/05, KrustyDerClown <[EMAIL PROTECTED]> wrote: > > Hello, >

Pass Argument to CVS Command

2005-08-03 Thread KrustyDerClown
Hello, how can i pass the argument "-d 2005-10-10<2005-12-12" to the cvs command "log" ? failonerror="yes" > The problem is the "<" symbol. Is that possible that i use this symbol in the argument line ? And another question: Can

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, >

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 > Subje

cvs command

2005-07-06 Thread blackwater dev
Hello, I have this cvs command: Which works fine but I have to type in my password each time. We don't have pserver set up so I can't use that. How can I set this up so it won't ask me for my password so I can run it from a cr

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
ling 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: > Ant: 1.6.2 > CVSNT (from winCVS ->

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 b

CVS command with Ant in IntelliJ

2005-01-28 Thread Lieve Van den Heuvel
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: Ant: 1.6.2 CVSNT (from winCVS ->