[ http://jira.codehaus.org/browse/MOJO-78?page=comments#action_55982 ] 

Marcin Cetnarski commented on MOJO-78:
--------------------------------------

In class CvsLogListener errors received from MessageEvent were ignored. Because 
they were written to 

    private StringBuffer stderr = new StringBuffer() 

wich was not accessed. More, when I defined in pom 

<plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>changelog-maven-plugin</artifactId>
   <version>2.0-beta-2-SNAPSHOT</version>
   <configuration>
      <type>date</type>
      <dates>
         <date implementation="java.lang.String">2006-01-01</date>
         <date implementation="java.lang.String">2006-01-15</date>
      </dates>
      <dateFormat>yyyy-MM-dd</dateFormat>
    </configuration>
</plugin>

I recive following error, 

cvs [log aborted]: Can't parse date/time: ` "2006-01-01'

witch is naturally ignored.


> Changelog report produces (wrongly) empty output
> ------------------------------------------------
>
>          Key: MOJO-78
>          URL: http://jira.codehaus.org/browse/MOJO-78
>      Project: Mojo
>         Type: Bug

>   Components: changelog
>     Reporter: Matthew Beermann
>     Priority: Critical

>
>
> I can confirm that the bug reported in MPCHANGELOG-31 and MPCHANGELOG-38 is 
> still alive and well in Maven 2:
> m2 -X changelog:changelog
> <snip>
> [INFO] [changelog:changelog]
> [INFO] Generating changed sets xml to: 
> C:\checkouts\system-core\target\changelog.xml
> [DEBUG] Executing CVS command: log -d "2005-09-11<2005-10-12"
> Server is not supporting gzip-file-contents request
> [INFO] ChangeSet between 2005-09-11 and 2005-10-12: 0 entries
> Note that entering the same cvs log command by hand produces perfectly 
> normal-looking output, but Maven doesn't like it for whatever reason.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to