XRef lnks do not work with aggregated XRef
------------------------------------------

                 Key: MPMD-52
                 URL: http://jira.codehaus.org/browse/MPMD-52
             Project: Maven 2.x Pmd Plugin
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Maarten Winkels


When using JXR with the aggregate property set, the XRef links generated by 
this plugin fail.

The obvious solution would be to use:
<configuration>
        
<xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
</configuration>

But this fails. When the relative path is calculated, the PathTool used fails 
to recognize the paths as being relative to each other (on Windows, due to the 
forward, backword slashes).

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