[jboss-dev-forums] [Design of JBoss Build System] - Re: Using jdocbook
nbhatia
do-not-reply at jboss.com
Sat Aug 18 15:04:02 EDT 2007
One more thing. When processing the PDF, I am getting the following error:
| [INFO] [jdocbook:generate]
| [INFO] building formatting result [D:\ProjectsTest\DocBook\andromda-tutorial-java\target\docbook\pdf\andromda-tutorial-java.pdf]
| Aug 18, 2007 2:07:07 PM org.apache.fop.fo.flow.ExternalGraphic bind
| SEVERE: Image not available: url(1)
|
I suspect this is because FO cannot find the title page image defined in fopdf.xsl (taken from hibernate):
| <xsl:param name="custom.titlepage.img">1</xsl:param>
| ...
| <xsl:call-template name="fo-external-image">
| <xsl:with-param name="filename" select="$custom.titlepage.img"/>
| </xsl:call-template>
|
1) How do I specify the title page image?
2) Is there any way to see the .fo file produced by Saxon?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075488#4075488
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075488
More information about the jboss-dev-forums
mailing list