Re: Problems with non-anonymous source code repository

2004-07-19 Thread Dion Gillard
On Mon, 19 Jul 2004 15:11:48 +0200, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Thanks for your reply Dion. > > a) I'm using maven-changelog-plugin-1.7.1 which seems to be the latest. > My Maven version is 1.0 final. > > b) I am using ext: and not pserver:. I can't do a cvs login because the > e

Re: Problems with non-anonymous source code repository

2004-07-19 Thread Dennis Lundberg
Thanks for your reply Dion. a) I'm using maven-changelog-plugin-1.7.1 which seems to be the latest. My Maven version is 1.0 final. b) I am using ext: and not pserver:. I can't do a cvs login because the ext: protocol does not support the login command. Does the changelog-plugin only support pse

Re: Problems with non-anonymous source code repository

2004-07-18 Thread Dion Gillard
Sounds like: a) You're using an old version of the changelog plugin, as it no longer uses the cvs executables. b) If you are using that old version of the changelog plugin, do a cvs login and then run it. On Thu, 15 Jul 2004 11:02:39 +0200, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi all > >

Problems with non-anonymous source code repository

2004-07-15 Thread Dennis Lundberg
Hi all I'm trying to get Maven reports of the changes that have been made in CVS for my products. That would include the following reports; changelog, changes and file-activity. I have a CVSNT repository on my local machine and have managed to produce the above reports using the following conne