[ http://jira.codehaus.org/browse/MCHANGELOG-6?page=comments#action_61205 ]
Edwin Punzalan commented on MCHANGELOG-6: ----------------------------------------- The current report is working fine on my side. src/main/java should be computed and is already part of target. You might want to check your scm connection. I'll be closing this issue as "Cannot Reproduce" unless you provide a test case. > Generated ViewCVS links are totally incorrect for me. > ----------------------------------------------------- > > Key: MCHANGELOG-6 > URL: http://jira.codehaus.org/browse/MCHANGELOG-6 > Project: Maven 2.x Changelog Plugin > Type: Improvement > Reporter: Christian Schulte > Assignee: Edwin Punzalan > Fix For: 2.0 > > > I need to make the following change to get the correct ViewCVS links in the > generated report. This, of course, is only a quick work-around but I really > would need the links to be generated correctly. Maybe I am doing something > wrong but it seems the plugin does not work correctly. > $ svn diff > Index: ChangeLogReport.java > =================================================================== > --- ChangeLogReport.java (Revision 1387) > +++ ChangeLogReport.java (Arbeitskopie) > @@ -745,7 +745,7 @@ > absPath += baseToken; > } > - return absPath + target.substring( 1 ); > + return absPath + "/src/main/java/" + target; > } -- 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
