You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud HERITIER (JIRA)" <ji...@codehaus.org> on 2005/06/28 08:14:53 UTC

[jira] Closed: (MPXDOC-151) i18n : menu tag in xdoc does not work with "key" translated text id

     [ http://jira.codehaus.org/browse/MPXDOC-151?page=all ]
     
Arnaud HERITIER closed MPXDOC-151:
----------------------------------

     Resolution: Fixed
    Fix Version: 1.9.2

fixed

> i18n : menu tag in xdoc does not work with "key" translated text id
> -------------------------------------------------------------------
>
>          Key: MPXDOC-151
>          URL: http://jira.codehaus.org/browse/MPXDOC-151
>      Project: maven-xdoc-plugin
>         Type: Bug
>  Environment: W2k
>     Reporter: Antoine
>     Assignee: Arnaud HERITIER
>      Fix For: 1.9.2
>  Attachments: MPXDOC-151.patch
>
> Original Estimate: 4 hours
>         Remaining: 4 hours
>
> with Maven 1.1-beta-1 and maven-xdoc-plugin-1.9.1
> I can't get the menu names with translation.
> In navigation.xml, I have set :
> <menu name="TOTO">
> 	<item key="xdocs.menu.main.about.tit01"
> 	                bundle="xdocs"
> 	                href="/index.html" >
> 	</item>         
> </menu>
> <menu key="xdocs.menu.main.about.tit01"
>                         bundle="xdocs">
>         <item key="xdocs.menu.main.about.tit01"
> 	                bundle="xdocs"
> 	                href="/index.html" >
> 	</item>         
> </menu >
> Result : I've got the "TOTO" in the menu, but nothing (empty line, just the underlining) for the menu defined with the key. 
> Note : The <item> tag works fine with the same key (xdocs.menu.main.about.tit01)

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