Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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 patch solves the problem by changing the outputDirectory property in a java.util.File.