Attached is a patched version of CvsChangeLogGenerator.java that includes support for local CVS repositories.
I had a workaround that was working fine in b7, but it was broken in b8 so I added this tweak. We use maven on our build machine that has the cvs repository on it to generate site documentation as part of the nightly build process so we want local repository access for changelog as that report is one that is very useful to us.
I couldn't test the remote, but it's a very simple tweak and shouldn't break anything. The relevant lines are from 124 to 150.
If you specify the connection string as:
scm:cvs:local:local:/opt/cvs-repository:project
the code will look for the 3rd token as 'local' and set the cvsroot appropriately.
Thanks,
Eric Weidner
Out-of-the-Box
http://www.ejbsolutions.com
CvsChangeLogGenerator.zip
Description: Zip archive
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]