[ https://jira.codehaus.org/browse/DOXIA-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=320402#comment-320402 ]
vincent laugier commented on DOXIA-397: --------------------------------------- I am currently using doxia apt to generate a maven website (with maven-site-plugin:3.0-beta-3) The problem is still the same: [WARNING] [APT Parser] Modified invalid link: 'initializeGrid(org.primefaces.component.panelgrid.PanelGrid)' to './apidocs/org/objectwiz/web/backingbean/EjbClientBackingBean.html#initializeGridorg.primefaces.component.panelgrid.PanelGrid' I guess that there is nothing to be done (the bug would have been fixed by now). How can we include html into a apt document ? > Cannot link to javadoc methods > ------------------------------ > > Key: DOXIA-397 > URL: https://jira.codehaus.org/browse/DOXIA-397 > Project: Maven Doxia > Issue Type: Bug > Components: Core, Module - Apt, Module - Xdoc > Affects Versions: 1.1.3 > Reporter: Lukas Theussl > Attachments: apt-link-fix.diff > > > Using a link to a javadoc method like > {noformat} > {{{../apidocs/groovyx/net/http/ParserRegistry.html#parseText(org.apache.http.HttpResponse)}ParserRegistry}} > {noformat} > the apt parser removes the brackets of the anchor. The same thing happens > with xdocs and probably other formats. Note that non-ascii characters are not > legal in anchor names, but they should be replaced by their hex values, see > http://www.w3.org/TR/html401/appendix/notes.html#non-ascii-chars. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira