[ 
http://jira.codehaus.org/browse/MPCHANGELOG-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97495
 ] 

Luchesar Cekov commented on MPCHANGELOG-91:
-------------------------------------------

Hi Lukas,

You were right. I am now using maven-changelog-plugin 2.0 and there is no 
problem.

I am using maven2 and have used 

                <groupId>org.codehaus.mojo</groupId>
                <artifactId>changelog-maven-plugin</artifactId>

Now with

                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
                <version>2.0</version>

There is no problem.

Thank you.

best regards,
Luchesar

> ChangeLog plugin do not work with CVS
> -------------------------------------
>
>                 Key: MPCHANGELOG-91
>                 URL: http://jira.codehaus.org/browse/MPCHANGELOG-91
>             Project: maven-changelog-plugin
>          Issue Type: Bug
>            Reporter: Luchesar Cekov
>            Assignee: Lukas Theussl
>
> Hi guis,
> I debugged the plugin and I found that in-fact the problem comes from 
> netbeans\lib\3.6\lib-3.6.jar.
> ChangeLog plugin constructs cvs log command correctly but after its execution 
> from netbeans cvs library the Logger instance contains errors - something 
> like "unparsable date ...".
> Could you change reference to a version of netbeans library that this problem 
> is fixed?
> Thanks and Regards,
> Lucho

-- 
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