[ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77650 
] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

Hi Julian

Glad your're still with us.

1. Well then, now we have something more to go on. I agree that such a 
presentation system is worth supporting. That was not apparent in the original 
report though.

Ideally I would like to do something similar to the changes plugin where you 
can configure a pattern for displayFileDetailUrl with special markers for 
"file" and "revision" so that you could use:
<displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=%REVISION%&amp;sc=0&amp;path=%FILE%</displayFileDetailUrl>

But that I think that requires a lot of plumbing to be replaced. So I would 
like to wait with such a feature until the next version (2.1) of the plugin.

2. The "if cluse" that is added by the patch hijacks all SVN SCM connections 
resulting in, at least the ones using viewvc not working properly. For the time 
being the "if clause" solution is the way to go, until something similar to 1. 
is implemented, but it has to be transparent to other systems. Is there a 
distinct signature in URLs for websvn that we can use to check against?

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     
> <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     
> <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               
> <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant 
> changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = 
> http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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