Hello,

I work 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", but nothing (empty line, just the
underlining) for the menu defined with the key.
The "item" tag works fine with the same key
(xdocs.menu.main.about.tit01)

Is it a bug or something I do wrong ?
I've seen nothing about this on Jira. Do i open a Jira issue  ?
(any idea if it worth moving to M2 right now, as I am just starting ?)

Thank you,
Antoine


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to