Is your password really dummypassword, or did you just put that in
there for privacy?

What happens when you do:
cvs -d:pserver:[EMAIL PROTECTED]:/CVS login
followed by:
cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse
on the command line?

- Brett

On Thu, 3 Feb 2005 10:17:21 +0800, Eric Chow <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I want to generate the change-log report, but it just said
> 
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
> Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/CVS'.
> org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
> ChangeLog found: 0 entries
> 
> I define the repository in project.xml as folowing
> 
> <repository>
>     <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/CVS:dse</connection>
>     <developerConnection>scm:cvs:pserver:[EMAIL 
> PROTECTED]:/CVS:dse</developerConnection>
>     <!--
>     <url></url>
>     -->
>   </repository>
> 
> and also create the .cvspass by using
> "maven -Dpassword=dummypassword changelog:create-cvspass"
> 
> Anything I missed, would you please to teach me ??
> 
> Eric
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to