12345678910111213141516171819202122232425 |
- We're using the DocBook XSL distribution for HTML and PDF
- generation. The best results can be achieved with the
- Saxon XSLT processor (don't use Xalan!) and the Apache
- FOP library.
- The documentation is generated by the build.xml file of
- Spring 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 docs
- To generate documentation, you need to include a lot
- of libraries, which haven't been added to CVS because
- they'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 the
- docs/reference directory and unzip the zip there.
- Then, the targets should work.
- Thanks to Hibernate, for providing the skeleton for
- DocBook documentation!
- alef@jteam.nl
|