Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-91
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Luchesar Cekov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changelog Plugin

ChangeLog plugin do not work with CVS

Created: 14/May/07 08:16 AM   Updated: 30/May/07 07:03 AM   Resolved: 17/May/07 10:16 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide

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



Lukas Theussl added a comment - 14/May/07 08:28 AM

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.


Luchesar Cekov added a comment - 30/May/07 07:03 AM

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