"nbhatia" wrote : anonymous wrote :
| | "nbhatia" wrote:
| | 1) I don't see images copied over from src\main\resources\shared\images to
target
| | "steve.ebersole(a)jboss.com" wrote:
| | Why would they be?
| |
|
| Sorry for the confusion. This has nothing to do with PDF generation. I will need the
images for the html generation and I don't see them anywhere in the target folder.
They are available in the src folder mentioned above.
|
You need to tell the jdocbook plugin about the images:
| <configuration>
| <imageResource>
| <directory>${basedir}/src/main/resources</directory>
| <includes>
| <include>*</include>
| </includes>
| </imageResource>
| ...
| </configuration>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075233#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...