You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2006/01/07 02:14:01 UTC

[jira] Closed: (MPXDOC-18) Source X reference defaul

     [ http://jira.codehaus.org/browse/MPXDOC-18?page=all ]
     
Lukas Theussl closed MPXDOC-18:
-------------------------------

    Resolution: Won't Fix

There is no such file as ${relativePath}/xref/${mavenProject.package}/index.html !

> Source X reference defaul
> -------------------------
>
>          Key: MPXDOC-18
>          URL: http://jira.codehaus.org/browse/MPXDOC-18
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Chris Rafferty
>     Priority: Minor

>
>
> I would like to suggest a simple enhancement to maven xdoc plugin, could the following line (262):
> 	<a href="${relativePath}/xref/index.html">Source XReference</a>
> be changed in the site.jsl file to
> 	<a href="${relativePath}/xref/${mavenProject.package}/index.html">Source XReference</a>
> It's a small, but very annoying, point that you always have to navigate down your package structure to get to your source when viewing the source X Reference.
> Note: that you must also used the '/' not the '.' form of your package structure in the project.xml's package tag e.g:
> <package>stuff/otherstuff</package>  
> not 
> <package>stuff.otherstuff</package>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org