| 12345678910111213141516171819202122232425 | We're using the DocBook XSL distribution for HTML and PDFgeneration. The best results can be achieved with theSaxon XSLT processor (don't use Xalan!) and the ApacheFOP library.The documentation is generated by the build.xml file ofSpring and Ant. Targets included are:- docpdf        - generates the PDF documentation- dochtml       - generates the HTML documentation- dochtmlsingle - generates single page HTML documenation- docclean      - clean any output directories for docsTo generate documentation, you need to include a lotof libraries, which haven't been added to CVS becausethey're simply too big. The libraries can be found at:http://www.jteam.nl/spring/reference-libraries.zip.Download them, create a lib directory in thedocs/reference directory and unzip the zip there.Then, the targets should work.Thanks to Hibernate, for providing the skeleton forDocBook documentation!alef@jteam.nl
 |