Steve,
Please ignore my previous post. I have resolved most of the issues by simplifying my
directory structure.
1) I realized that the image directory structure can be copied using **/* syntax in
imageResource tag. So this is not an issue any more.
2) Instead of sharing images and css between html and html_single, I am using the default
layout of the plugin, i.e. images and css under html and html_single directories. Although
this consumes more space, it does make the two output directories self contained.
3) Because of the above decision, image and css paths have now simplified from
"../shared/images/xyz.jpg" to simply "xyz.jpg". As a result FOP is no
longer giving a MalformedURLException. Yeah!
The only minor issue I have right now is with the html and html_single output. The images
and css are currently output at the root level. I would like them to be pushed one level
down - under images and css directories - just like they are in staging. Is it possible to
do this? I tried to play with "imagesDirectory" and "cssDirectry"
elements described under Usage (
http://labs.jboss.com/maven-jdocbook-plugin/usage.html),
but that didn't help. I think these elements apply only to the staging directory, but
they don't seem to be doing anything to the staging directory either.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075481#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...