[ http://jira.codehaus.org/browse/DOXIA-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89274 ]
Greg Luck commented on DOXIA-99: -------------------------------- I checked the source code. The relevant bit is XhtmlSink#figureGraphics /** * @see org.apache.maven.doxia.sink.SinkAdapter#figureGraphics(java.lang.String) */ public void figureGraphics( String name ) { write( " src=\"" + name + "\"" ); } I do not see it writing an extension. I think that might be the problem. > Figures require extension in APT and they should not > ---------------------------------------------------- > > Key: DOXIA-99 > URL: http://jira.codehaus.org/browse/DOXIA-99 > Project: doxia > Issue Type: Bug > Affects Versions: 1.0-alpha-5, 1.0-alpha-6, 1.0-alpha-7, 1.0-alpha-8 > Reporter: Greg Luck > > Figures require extension in APT and they should not. > For example, http://ehcache.sourceforge.net/nameandlogo.html shows a broken > image. The APT for this page is: > [images/ehcache_logo] > Now, if I change it to [images/ehcache_logo.gif] it works. However this > breaks aptconvert. The reason is that it is illegal in APT to specify the > figure extension. I use aptconvert to create a pdf and single HTML page. -- 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