Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 17436 invoked from network); 20 Oct 2004 11:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 11:40:03 -0000 Received: (qmail 78813 invoked by uid 500); 20 Oct 2004 11:39:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 78773 invoked by uid 500); 20 Oct 2004 11:39:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 78755 invoked by uid 99); 20 Oct 2004 11:39:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [212.81.215.132] (HELO omnilogic05ma.OTMA.OMNILOGIC.ES) (212.81.215.132) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Oct 2004 04:39:44 -0700 Received: from omnilogic05ma.OTMA.OMNILOGIC.ES ([192.168.189.8]) by omnilogic05ma.OTMA.OMNILOGIC.ES with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Oct 2004 13:42:28 +0200 content-class: urn:content-classes:message Subject: RE: CVS password problem MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Oct 2004 13:42:27 +0200 Message-ID: <1586DE6EBC0FF742BBC32EECA73847318ACC72@omnilogic05ma.OTMA.OMNILOGIC.ES> X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CVS password problem Thread-Index: AcS2liLleDMLTXkzSj6f4p2tevN+nAAAvLdA From: "Roberto Juarez" To: "Ant Users List" X-OriginalArrivalTime: 20 Oct 2004 11:42:28.0031 (UTC) FILETIME=[E029E4F0:01C4B699] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Still not working, I am using now I am considering whether the task is writing the password file = in a corrupted manner. > -----Mensaje original----- > De: Ivan Ivanov [SMTP:rambiusparkisanius@yahoo.com] > Enviado el: mi=E9rcoles, 20 de octubre de 2004 13:12 > Para: Ant Users List > Asunto: Re: CVS password problem >=20 > Hi Roberto, > remove the part=20 > = cvsRoot=3D":${cvs.protocol}:${cvs.user}@${cvs.host}:${cvs.port}:${cvs.pat= h}" > passfile=3D"${cvs.passfile}"=20 > command=3D"login"/> > and it should work. >=20 > --- Roberto Juarez wrote: >=20 > > Hi all, > >=20 > > I am not able to get Ant read a password for CVS. > >=20 > > Here is the snippet of code > >=20 > > > depends=3D"setup"=20 > > description=3D"Commits changes to CVS > > repository."> > > > > = cvsroot=3D":${cvs.protocol}:${cvs.user}@${cvs.host}:${cvs.port}:{cvs.path= }" > > passfile=3D"${cvs.passfile}"=20 > > password=3D"${cvs.password}"/> >=20 > > > =20 > > > > = cvsRoot=3D":${cvs.protocol}:${cvs.user}@${cvs.host}:${cvs.port}:${cvs.pat= h}" > > passfile=3D"${cvs.passfile}"=20 > > command=3D"commit"=20 > > package=3D"${cvs.module}" > > dest=3D"${build.dir}/.."/> > >=20 > > > > = cvsRoot=3D":${cvs.protocol}:${cvs.user}@${cvs.host}:${cvs.port}:${cvs.pat= h}" > > passfile=3D"${cvs.passfile}"=20 > > command=3D"logout"/> > >=20 > > > >=20 > > I am getting the following output > >=20 > > Buildfile: ..\conf\build.xml > >=20 > > setup: > >=20 > > commit: > > [cvs] Using cvs passfile: > > C:\develop\eclipse\docbiblio\.cvspass > > [cvs] Logging in to > > :pserver:roberto@rdpc081:2401/cvsrepo/common > > [cvs] CVS password: > > [cvs] cvs [login aborted]: authorization > > failed: server rdpc081 rejected access to > > /cvsrepo/common for user roberto > > [cvs] > > > = *************************************************************************= ****************************************************** > > [cvs] Using cvs passfile: > > C:\develop\eclipse\docbiblio\.cvspass > > [cvs] cvs logout: Empty password used - try > > 'cvs login' with a real password > > [cvs] cvs [logout aborted]: authorization > > failed: server rdpc081 rejected access to > > /cvsrepo/common for user roberto > >=20 > > BUILD SUCCESSFUL > > Total time: 11 seconds > >=20 > > I have tried many options but still not able to have > > it working. > >=20 > > Any help would be very appreciated. Thanks a > > million. > >=20 > > Roberto Ju=E1rez > > Java developer > >=20 > >=20 > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > user-unsubscribe@ant.apache.org > > For additional commands, e-mail: > > user-help@ant.apache.org > >=20 > >=20 >=20 >=20 >=20 > =09 > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. > http://promotions.yahoo.com/new_mail=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org