Hello,

Does Velocity DocBook Framework support other formats beside html,
htmlsingle, pdf?

I tried to generate HTML Help using Velocity DocBook Framework 1.0,
and following error occured in ant process:

 > BUILD FAILED
 > ...
 > Could not find file
docbook-xsl-1.70.0/htmlhelp/titlepage.template.xml to copy

Though there isn't a titlepage.template.xml in htmlhelp of docbook-xsl,
a copy task is executed in build-docbook.xml

 * build-docbook.xml(line:159):
 <copy file="${dbf.xsl.dir}/@{xsl}/titlepage.template.xml" ...
faileonerror="true" />

So I modified the copy task's failonerror attribute "true" to "false",
then htmlhelp was successfully generated.

Is the framework support format only html, htmlsingle, ant pdf only?
titlepage.template.xml only exists in html and fo of docbook-xsl.

Sorry my poor english.
-- 
Hiroki Watanabe
[EMAIL PROTECTED]

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

Reply via email to