Sorry for the missing $. Though it was not in the code of e-mail messages it really is in the code I am running. The cause of the failures is definitely not the missing $ sign.
Here is the fixed code I am trying to get running. <target name="commit" depends="setup" description="Checks in CVS the complete project directory."> <cvspass cvsroot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}" passfile="${cvs.passfile}" password="${cvs.password}"/> <cvs cvsRoot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}" passfile="${cvs.passfile}" command="commit" package="${cvs.module}" dest="${build.dir}/.."/> <cvs cvsRoot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}" passfile="${cvs.passfile}" command="logout"/> </target> > -----Mensaje original----- > De: 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 > > > <cvspass cvsroot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:{cvs.path}" > > Is it not just {cvs.path} that is missing a $ sign. > > Good luck, > > Philip Mark Donaghy > > --------------------------------------------------------------------- > 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]