You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2006/03/27 04:26:11 UTC

[jira] Closed: (MCHANGELOG-6) Generated ViewCVS links are totally incorrect for me.

     [ http://jira.codehaus.org/browse/MCHANGELOG-6?page=all ]
     
Edwin Punzalan closed MCHANGELOG-6:
-----------------------------------

    Resolution: Fixed

No, this is not a duplicate.

But since I can't reproduce it (even saw the code to fix this issue already in svn), there may have been a committ that fixed this, too.  Anyway, I'm closing this as "Fixed".

> 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