You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Chow <er...@gmail.com> on 2005/02/03 03:17:21 UTC

CVS and ChangeLog report problem ?

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:hkc@mdsesrv10:/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:hkc@mycvshost:/CVS:dse</connection>
    <developerConnection>scm:cvs:pserver:hkc@mdsesrv10:/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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: CVS and ChangeLog report problem ?

Posted by Brett Porter <br...@gmail.com>.
So after doing this, is changelog now working?


On Thu, 3 Feb 2005 10:57:54 +0800, Eric Chow <er...@gmail.com> wrote:
> Hi Brett,
> 
> I tried the "cvs -d:pserver:hkc@mdsesrv10:/CVS login", it prompts for
> password, and I type the correct password. It successful login.
> 
> I type "cvs -d:pserver:hkc@mdsesrv10:/CVS log dse" after login successfully.
> It shows
> ------------------------------------------------------------------------------------------------------------
> $ cvs -d:pserver:hkc@mdsesrv10:/CVS log dse
> cvs log: cannot open CVS/Entries for reading: No such file or directory
> cvs [log aborted]: no repository
> -----------------------------------------------------------------------------------------------------------
> 
> And I tried to checkout the "dse".
> 
> ---------------------------------------------
> cvs -d:pserver:hkc@mdsesrv10:/CVS checkout dse
> ---------------------------------------------
> 
> It checkout successfully. And then I tried the
> "cvs -d:pserver:hkc@mdsesrv10:/CVS log dse" again, it works.
> 
> So, any thing is wrong with my project.xml or something I missing ?
> Please help !!!
> 
> Eric
> 
> 
> On Thu, 3 Feb 2005 13:28:08 +1100, Brett Porter <br...@gmail.com> wrote:
> > Is your password really dummypassword, or did you just put that in
> > there for privacy?
> >
> > What happens when you do:
> > cvs -d:pserver:hkc@mdsesrv10:/CVS login
> > followed by:
> > cvs -d:pserver:hkc@mdsesrv10:/CVS log dse
> > on the command line?
> >
> > - Brett
> >
> > On Thu, 3 Feb 2005 10:17:21 +0800, Eric Chow <er...@gmail.com> 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:hkc@mdsesrv10:/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:hkc@mycvshost:/CVS:dse</connection>
> > >     <developerConnection>scm:cvs:pserver:hkc@mdsesrv10:/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: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: CVS and ChangeLog report problem ?

Posted by Brett Porter <br...@gmail.com>.
Is your password really dummypassword, or did you just put that in
there for privacy?

What happens when you do:
cvs -d:pserver:hkc@mdsesrv10:/CVS login
followed by:
cvs -d:pserver:hkc@mdsesrv10:/CVS log dse
on the command line?

- Brett

On Thu, 3 Feb 2005 10:17:21 +0800, Eric Chow <er...@gmail.com> 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:hkc@mdsesrv10:/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:hkc@mycvshost:/CVS:dse</connection>
>     <developerConnection>scm:cvs:pserver:hkc@mdsesrv10:/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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org