Maven 1.x Changelog Plugin

ChangeLog plugin do not work with CVS

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Cannot Reproduce
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

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

Activity

Hide
Lukas Theussl added a comment -

Please provide more information about your setup, which version of maven? which version of the changelog plugin?

Netbeans's cvslib library is not used anymore in the changelog plugin since version 1.9.1, see MPCHANGELOG-75.

Show
Lukas Theussl added a comment - Please provide more information about your setup, which version of maven? which version of the changelog plugin? Netbeans's cvslib library is not used anymore in the changelog plugin since version 1.9.1, see MPCHANGELOG-75.
Hide
Luchesar Cekov added a comment -

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

Show
Luchesar Cekov added a comment - 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

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: