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

steve.ebersole@jboss.com do-not-reply at jboss.com
Thu Aug 16 10:23:01 EDT 2007


"nbhatia" wrote : That worked like a charm! Thanks.
Either should work. The lookup uses the following paradigm to determine the classloader to use:

  | 		ClassLoader loader = Thread.currentThread().getContextClassLoader();
  | 		if ( loader == null ) {
  | 			loader = ResourceHelper.class.getClassLoader();
  | 		}
  | 
So maven seems to not be setting up the classloader the way I would expect.  Not too sure about that one.  I'll have to ask the maven folks.

"nbhatia" wrote : 
  | One more question. Are these plugins intended for document generation only or also for a project site (replacing maven's site plugin and the xdoc format)?
  | 
I only intend to use it for our reference manuals.  I am sure it could be fitted to render sites pretty easily.  In fact, Jason and I discussed that at one point.
BTW, the maven site generation facility allows other forms besides xdoc...  There is even early support for simplified docbook.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074861#4074861

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



More information about the jboss-dev-forums mailing list