[ http://jira.codehaus.org/browse/MPXDOC-162?page=all ]
Lukas Theussl updated MPXDOC-162: --------------------------------- Attachment: MPXDOC-162.patch OK, I could reproduce the bug with xdoc plugin 1.9.1 but not with the latest version from SVN. So the problem has been fixed somewhere on the way. The div id problem above is fixed by the attached patch. > 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 > Fix For: 1.9.2 > Attachments: MPXDOC-162.patch > > > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]