That's why I mentioned the use of <ant:exec> I tend to agree about storing passwords in build or other properties files. I just built the correct command line with the <ant:exec> business and the system prompts me for the password.
I ran into this same problem a month ago when I first started with maven, it's the only solution I could find that worked and didn't cost thousands of lives to implement. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 9:19 PM Subject: Re: Specifying a CVS password (.cvspass?) > "khote" <[EMAIL PROTECTED]> wrote on 29/09/2003 02:03:48 PM: > > > http://cwrulug.cwru.edu/docs/ssh-agent.html > > > > Have you tried the ssh-agent and ssh-add? > > Me? yes. > > But this email is about CVS, not just CVS over ssh. e.g. pserver. > > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > > --------------------------------------------------------------------- > 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]
