Generated ViewCVS links are totally incorrect for me.
-----------------------------------------------------
Key: MOJO-260
URL: http://jira.codehaus.org/browse/MOJO-260
Project: Mojo
Type: Improvement
Components: changelog
Reporter: Christian Schulte
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