[jboss-dev-forums] [Design of JBoss Build System] - Re: Using jdocbook

steve.ebersole@jboss.com do-not-reply at jboss.com
Fri Aug 17 10:03:30 EDT 2007


"nbhatia" wrote : anonymous wrote : 
  |   | "nbhatia" wrote:
  |   | 1) I don't see images copied over from src\main\resources\shared\images to target 
  |   | "steve.ebersole at 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#4075233

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075233



More information about the jboss-dev-forums mailing list