View Javadoc link invalid
-------------------------

         Key: MJXR-13
         URL: http://jira.codehaus.org/browse/MJXR-13
     Project: Maven 2.x JXR Plugin
        Type: Bug

    Versions: 2.1    
 Environment: 2.0.4
    Reporter: John Allen


JXR View JavaDoc link is invalid

JXR page URL: 
http://foo.com/projects/snapshots/examples/utils/xml/xref/index.html

JXR page HTML: 

{noformat}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/><title>App xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a 
href="../../../../../../../../../../../../apidocs/com/aelitis/common/utils/xml/App.html">View
 Javadoc</a></div><pre>

<a name="1" href="#1">1</a>   <strong>package</strong> 
com.aelitis.common.utils.xml;
<a name="2" href="#2">2</a>   

[snip]

</html>

{noformat}


The JavaDoc URL used is:

<a 
href="../../../../../../../../../../../../apidocs/com/aelitis/common/utils/xml/App.html">View
 Javadoc</a></div><pre>

However that takes us all the way back to the server root, mapping to the URL:

http://foo.com/apidocs/com/aelitis/common/utils/xml/App.html

When it should be the URL:

http://foo.com/projects/snapshots/examples/utils/xml/apidocs/index.html


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