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 2005/09/03 01:42:03 UTC

[jira] Commented: (MPXDOC-162) I18N lookup fails for menu tag in navigation.jelly.

    [ http://jira.codehaus.org/browse/MPXDOC-162?page=comments#action_45737 ] 

Lukas Theussl commented on MPXDOC-162:
--------------------------------------

I just rebuilt the maven site on my machine and I don't see that problem.  However, I was running a patched development version of the xdoc plugin, so this might have been fixed by one of the recent changes that are not in SVN yet.

There is however a problem with the div id, I get:

<div id="menu">
    <h5>Project Documentation</h5>

the div id should be "menuProject_Documentation".  Need to think a bit more...




> I18N lookup fails for menu tag in navigation.jelly.
> ---------------------------------------------------
>
>          Key: MPXDOC-162
>          URL: http://jira.codehaus.org/browse/MPXDOC-162
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Versions: 1.9.1
>  Environment: Maven 1.1 B1
>     Reporter: Faron Dutton

>
>
> In navigation.jelly the statement 
>   <menu key="navigation.menu.project_documentation"
>                     bundle="plugin-resources/templates/templates">
> should generate the following once it passes through site.jsl
>   <div id="menu">
>       <h5>Project Documentation</h5>
> instead it generates
> <div id="menuProject Documentation">
>       <h5></h5>
> If you look at maven.apache.org/index.html you will see that the menu name is missing from the section that contains the "About" link.

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