[jboss-dev-forums] [Design of JBoss Build System] - Re: Using jdocbook
nbhatia
do-not-reply at jboss.com
Wed Aug 15 12:33:21 EDT 2007
Great! That worked. Thanks Paul.
BTW, I am planning to use this plugin for another open source project - andromda.org. Any pointers or cautions for me?
I have few additional questions (I am a newbie to DocBook, so just let me know if these are DocBook related):
- What is the intent of the war file generated in target/docbook folder? Is it meant to be a standalone website? Is it possible to suppress its generation?
- I have a chapter with chapter id="Introduction". However the output contains files like ch01.html and ch01s02.html etc. Is it possible to name the output file Introduction.html?
- I have a media object defined as follows:
| <mediaobject>
| <imageobject>
| <imagedata fileref="../shared/images/AndromdaArchJava.jpg" format="JPG" align="right"/>
| </imageobject>
| </mediaobject>
|
This is giving me a MalformedURLException. As far as I can tell, the latest Hibernate docs use the imagedata tag exactly this way. What am I doing wrong?
| SEVERE: Error with URL 'D:\ProjectsTest\DocBook\andromda-tutorial-java\target\staging/images/../shared/images/AndromdaArchJava.jpg': unknown protocol: d
| java.net.MalformedURLException: unknown protocol: d
|
Thanks.
Naresh
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074505#4074505
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074505
More information about the jboss-dev-forums
mailing list