You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/02/23 08:05:39 UTC

[jira] Updated: (SUREFIRE-259) Calculation of relative path to xref is wrong

     [ http://jira.codehaus.org/browse/SUREFIRE-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated SUREFIRE-259:
----------------------------------

    Fix Version/s:     (was: 2.3)
                   2.4

> Calculation of relative path to xref is wrong
> ---------------------------------------------
>
>                 Key: SUREFIRE-259
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-259
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: report plugin
>    Affects Versions: 2.0 Report Plugin
>         Environment: WinXp, Java5
>            Reporter: Martin Zeltner
>             Fix For: 2.4
>
>         Attachments: patch_maven-surefire-report-plugin_relative-path-to-xref.patch, patch_maven-surefire-report-plugin_relative-path-to-xref_2.patch
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> The calculation of the relative path to xref is wrong! I.e. it fails with the current config:
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-surefire-report-plugin</artifactId>
>     <version>2.1-SNAPSHOT</version>
>     <configuration>
>         <linkXRef>true</linkXRef>
>         <xrefLocation>target/site/framework-tests/xref</xrefLocation>
>         <outputDirectory>target/site</outputDirectory>
>     </configuration>
> </plugin>
> In appended patch I've changed the following:
>    * Parameter outputDirectory is now a java.io.File so there is even a chance to find out the relavtive path for the config above.
>    * I've replaced the code where the relative path is calculated with the static method invocation of my new util class (tests for util class included).
> Cheers,
> Martin

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