RE: CVS password problem

2004-10-20 Thread Roberto Juarez
004 17:49 > Para: Ant Users List > Asunto: RE: CVS password problem > > Roberto, > > I never was able to get to work. I was forced to execute > "cvs login" from the command line prior to starting Cruise Control > (which then executes Ant), to get a valid pa

RE: CVS password problem

2004-10-20 Thread Jeff Davidson
nted to assure you that you're not the only person experiencing "difficulty" getting to work. Regards, ~Jeff -Original Message- From: Roberto Juarez [mailto:[EMAIL PROTECTED] Sent: October 20, 2004 06:05 To: Ant Users List Subject: RE: CVS password problem Sorry for the

RE: CVS password problem

2004-10-20 Thread Roberto Juarez
Philip DONAGHY [SMTP:[EMAIL PROTECTED] > Enviado el: miércoles, 20 de octubre de 2004 15:00 > Para: Ant Users List > Asunto: Re: CVS password problem > > > > Roberto Juarez a écrit : > > > > Still not working, I am using now > > > >

Re: CVS password problem

2004-10-20 Thread Philip DONAGHY
Roberto Juarez a écrit : > > Still not working, I am using now >

RE: CVS password problem

2004-10-20 Thread Ivan Ivanov
."/> > cvsRoot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}" > passfile="${cvs.passfile}" > command="logout"/> > > > I am considering whether the task is > writing the password file in a corrupted m

RE: CVS password problem

2004-10-20 Thread Roberto Juarez
t Users List > Asunto: Re: CVS password problem > > Hi Roberto, > remove the part > cvsRoot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}" > passfile="${cvs.passfile}" > command="login"/> > and it should w

Re: CVS password problem

2004-10-20 Thread Ivan Ivanov
Hi Roberto, remove the part and it should work. --- Roberto Juarez <[EMAIL PROTECTED]> wrote: > Hi all, > > I am not able to get Ant read a password for CVS. > > Here is the snippet of code > > depends="setup" > description="Commits changes to CVS > repository."> >