Thanks Jeff,
I'm not sure this is the problem. I have two cvs repos on the same server both running the same version of cvs. a project in from one repo runs all the cvs related reports no problem. A project from the other repo fails every time
project 1 succeeds <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/usr/ngasi/contexts/codeczar/cvs:maven-example-plugin</connection> project 2 fails <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/usr/ngasi/contexts/codeczar/cvs2:maven-struts-module-plugin</connection>
I am also seeing a "Didn't find password for CVSROOT" error
[echo] Generating the file activity report
Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/usr/ngasi/contexts/codeczar/cvs
2'.
java.lang.Exception: Couldn't parse date 2004-09-16 19:00:18 +0000
at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
not sure I understand as anoncvs is in the passwd and readers files for both repos. I can login with anoncvs no problem from cmd and perform a checkout.
The workaround I have at the moment is to remove all of the reports that rely upon cvs:
<postGoal name="xdoc:register-reports"> <attainGoal name="maven-changelog-plugin:deregister"/> <attainGoal name="maven-changes-plugin:deregister"/> <attainGoal name="maven-developer-activity-plugin:deregister"/> <attainGoal name="maven-file-activity-plugin:deregister"/> </postGoal>
I'll keep looking, cheers
Nathan
Jefferson K. French wrote:
Nathan,
I remember reading something about this on the list a couple months ago. It looks like someone updated your CVS recently. The newer version of CVS adds the timezone. I don't recall the resolution, but there might be a mention in the archive.
Jeff
On Wed, 15 Sep 2004, at 18:05:03 [GMT +0800] Nathan Coast wrote:
Hi,
I seem to be getting an exception during site / changelog when parsing the date returned by cvs.
maven-changelog-plugin:report: java.lang.Exception: Couldn't parse date 2004-09-14 15:34:50 +0000
from ChangeLogEntry.java:
private static final SimpleDateFormat CVS_TIMESTAMP_FORMAT = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
any ideas what I have to do to resolve this? change some cvs config on the server to return different time formats? I'm sure this worked before which makes me think the problem is elsewhere.
cheers Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
