changelog plugin date quote problem

2005-06-15 Thread Graham King
I have been trying to use the maven-changelog-plugin 1.8.1 and 1.8.2 on Windows connecting to a Linux pserver. It always reports no changes. Adding a log statement to CvsLogListener to print out the stderr shows: cvs [server aborted]: Can't parse date/time: 2005-05-16 Changing

Re: changelog plugin date quote problem

2005-06-15 Thread Brett Porter
Graham, what CVS version and Windows version are you using? This was introduced to fix this: http://jira.codehaus.org/browse/MPCHANGELOG-47 The change worked with the cygwin executable I tested with (shouldn't matter that it is cygwin, as the quotes are handled by the cmd.exe, I thought) -

Re: changelog plugin date quote problem

2005-06-15 Thread Graham King
I'm on Windows XP (SP2) with Cygwin's cvs 1.11.17. The quotes work fine on the command line, but it seems cvslib doesn't like them. Does Netbeans's cvslib support SSH connections ? On the version I got from cvs the SSH2Connection part was commented out and marked as TBD. Brett Porter

Re: changelog plugin date quote problem

2005-06-15 Thread Brett Porter
On 6/16/05, Graham King [EMAIL PROTECTED] wrote: I'm on Windows XP (SP2) with Cygwin's cvs 1.11.17. Me too... I don't get an error with pserver access. The quotes work fine on the command line, but it seems cvslib doesn't like them. Does Netbeans's cvslib support SSH connections ?