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

Brett Porter updated MCHANGELOG-6:
----------------------------------

    Fix Version: 2.0

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

Reply via email to