Re: maven-changelog-plugin:report : org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.

2004-05-26 Thread Dion Gillard
Did u generate a password for the cvs root mentioned?

On Tue, 25 May 2004 15:44:33 +0100, Pat Bateman
[EMAIL PROTECTED] wrote:
 
 I've found quite a few postings on the WEB for this problem, but am a bit
 confused as to whether or not it is fix.
 
 I do not an  anonymous CVS account, so must use password authentication. I
 have already logged in and checked that the .cvsfile exists with the correct
 CVSROOT details and scrambled password. But still get this problem.
 
 From some of the postings on the WEB it looks like I can put a password into
 my Repository connection, but there is a bit of confusion on the format.
 
 Is the best way out of this to just allow anon access to CVS.
 
 I'm running RC3 on Linux.
 
 Thanks
 
 Pat
 
 maven-changelog-plugin:report:
 
 [echo] Generating the changelog report
 
 Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/repos '.
 
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 ChangeLog found: 0 entries
 
 BUILD SUCCESSFUL
 
 Total time: 7 seconds
 
 Finished at: Tue May 25 15:13:44 BST 2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven-changelog-plugin:report : org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.

2004-05-26 Thread Pat Bateman
Only by running cvs login against my CVSROOT. 

Is that what you mean?

-Original Message-
From: Dion Gillard [mailto:[EMAIL PROTECTED] 
Sent: 26 May 2004 07:15
To: Maven Users List
Subject: Re: maven-changelog-plugin:report :
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.

Did u generate a password for the cvs root mentioned?

On Tue, 25 May 2004 15:44:33 +0100, Pat Bateman
[EMAIL PROTECTED] wrote:
 
 I've found quite a few postings on the WEB for this problem, but am a bit
 confused as to whether or not it is fix.
 
 I do not an  anonymous CVS account, so must use password authentication. I
 have already logged in and checked that the .cvsfile exists with the
correct
 CVSROOT details and scrambled password. But still get this problem.
 
 From some of the postings on the WEB it looks like I can put a password
into
 my Repository connection, but there is a bit of confusion on the format.
 
 Is the best way out of this to just allow anon access to CVS.
 
 I'm running RC3 on Linux.
 
 Thanks
 
 Pat
 
 maven-changelog-plugin:report:
 
 [echo] Generating the changelog report
 
 Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/repos '.
 
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 ChangeLog found: 0 entries
 
 BUILD SUCCESSFUL
 
 Total time: 7 seconds
 
 Finished at: Tue May 25 15:13:44 BST 2004
 


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



RE: maven-changelog-plugin:report : org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.

2004-05-26 Thread Heritier Arnaud
Your password must be stored in your .cvspass file

http://maven.apache.org/reference/plugins/changelog/

Arnaud

 -Message d'origine-
 De : Pat Bateman [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 26 mai 2004 09:46
 À : 'Maven Users List'
 Objet : RE: maven-changelog-plugin:report :
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 
 Only by running cvs login against my CVSROOT. 
 
 Is that what you mean?
 
 -Original Message-
 From: Dion Gillard [mailto:[EMAIL PROTECTED] 
 Sent: 26 May 2004 07:15
 To: Maven Users List
 Subject: Re: maven-changelog-plugin:report :
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 Did u generate a password for the cvs root mentioned?
 
 On Tue, 25 May 2004 15:44:33 +0100, Pat Bateman
 [EMAIL PROTECTED] wrote:
  
  I've found quite a few postings on the WEB for this 
 problem, but am a bit
  confused as to whether or not it is fix.
  
  I do not an  anonymous CVS account, so must use password 
 authentication. I
  have already logged in and checked that the .cvsfile exists with the
 correct
  CVSROOT details and scrambled password. But still get this problem.
  
  From some of the postings on the WEB it looks like I can 
 put a password
 into
  my Repository connection, but there is a bit of confusion 
 on the format.
  
  Is the best way out of this to just allow anon access to CVS.
  
  I'm running RC3 on Linux.
  
  Thanks
  
  Pat
  
  maven-changelog-plugin:report:
  
  [echo] Generating the changelog report
  
  Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/repos '.
  
  org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
  Password.
  
  ChangeLog found: 0 entries
  
  BUILD SUCCESSFUL
  
  Total time: 7 seconds
  
  Finished at: Tue May 25 15:13:44 BST 2004
  
 
 
 -
 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]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven-changelog-plugin:report : org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.

2004-05-26 Thread Pat Bateman
Thanks that has done the job.

Can you explain what the difference is between using Maven and using cvs
login to generate a .cvspass entry for the CVSROOT. 

The .cvspass file looks the same.

Thanks

Pat

-Original Message-
From: Heritier Arnaud [mailto:[EMAIL PROTECTED] 
Sent: 26 May 2004 10:38
To: Maven Users List
Subject: RE: maven-changelog-plugin:report :
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.

Your password must be stored in your .cvspass file

http://maven.apache.org/reference/plugins/changelog/

Arnaud

 -Message d'origine-
 De : Pat Bateman [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 26 mai 2004 09:46
 À : 'Maven Users List'
 Objet : RE: maven-changelog-plugin:report :
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 
 Only by running cvs login against my CVSROOT. 
 
 Is that what you mean?
 
 -Original Message-
 From: Dion Gillard [mailto:[EMAIL PROTECTED] 
 Sent: 26 May 2004 07:15
 To: Maven Users List
 Subject: Re: maven-changelog-plugin:report :
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
 Password.
 
 Did u generate a password for the cvs root mentioned?
 
 On Tue, 25 May 2004 15:44:33 +0100, Pat Bateman
 [EMAIL PROTECTED] wrote:
  
  I've found quite a few postings on the WEB for this 
 problem, but am a bit
  confused as to whether or not it is fix.
  
  I do not an  anonymous CVS account, so must use password 
 authentication. I
  have already logged in and checked that the .cvsfile exists with the
 correct
  CVSROOT details and scrambled password. But still get this problem.
  
  From some of the postings on the WEB it looks like I can 
 put a password
 into
  my Repository connection, but there is a bit of confusion 
 on the format.
  
  Is the best way out of this to just allow anon access to CVS.
  
  I'm running RC3 on Linux.
  
  Thanks
  
  Pat
  
  maven-changelog-plugin:report:
  
  [echo] Generating the changelog report
  
  Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/repos '.
  
  org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
  Password.
  
  ChangeLog found: 0 entries
  
  BUILD SUCCESSFUL
  
  Total time: 7 seconds
  
  Finished at: Tue May 25 15:13:44 BST 2004
  
 
 
 -
 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]
 
 

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



maven-changelog-plugin:report : org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.

2004-05-25 Thread Pat Bateman
I've found quite a few postings on the WEB for this problem, but am a bit
confused as to whether or not it is fix.

 

I do not an  anonymous CVS account, so must use password authentication. I
have already logged in and checked that the .cvsfile exists with the correct
CVSROOT details and scrambled password. But still get this problem.

 

From some of the postings on the WEB it looks like I can put a password into
my Repository connection, but there is a bit of confusion on the format.

 

Is the best way out of this to just allow anon access to CVS.

 

I'm running RC3 on Linux.

 

Thanks

 

Pat

 

 

maven-changelog-plugin:report:

[echo] Generating the changelog report

Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/repos '.

org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.

ChangeLog found: 0 entries

BUILD SUCCESSFUL

Total time: 7 seconds

Finished at: Tue May 25 15:13:44 BST 2004