I didn't yet made the webhelp docbkx plugin but the plugin will mimic what your are doing in your ant file.
I am not sure it is a long task, I think about 3 steps: - you guess you just need to split your ant file in 2 by extracting the compilation part into a top directory (like xsl-webhelpindexer?) - I guess the Makefile in xsl/extensions have to be modified too to copy the jar you built + the lucen dependencies - modify the your ant to take care of this new classpath As I do not have the docbook building toolchain, I cannot make the test. Regards, Cedric, On Fri, Sep 17, 2010 at 10:38 PM, Cramer, David W (David) < [email protected]> wrote: > > I also have some comments on the webhelp/indexer content, I wonder if > it can be refactored: > > > - isn't the indexer should be seen as a separate module as the xsl-saxon > and xsl-xalan are? > > > - and then the binaries located in extensions/ directory? > > > > Yes, that make sense. Not sure how soon I’ll get around to breaking it out > though. > > > > I’d also like to understand how to build webhelp using the docbkx maven > plugin, but I’m new to maven. > > > > David >
