2
0

README 923 B

12345678910111213141516171819202122232425
  1. We're using the DocBook XSL distribution for HTML and PDF
  2. generation. The best results can be achieved with the
  3. Saxon XSLT processor (don't use Xalan!) and the Apache
  4. FOP library.
  5. The documentation is generated by the build.xml file of
  6. Spring and Ant. Targets included are:
  7. - docpdf - generates the PDF documentation
  8. - dochtml - generates the HTML documentation
  9. - dochtmlsingle - generates single page HTML documenation
  10. - docclean - clean any output directories for docs
  11. To generate documentation, you need to include a lot
  12. of libraries, which haven't been added to CVS because
  13. they're simply too big. The libraries can be found at:
  14. http://www.jteam.nl/spring/reference-libraries.zip.
  15. Download them, create a lib directory in the
  16. docs/reference directory and unzip the zip there.
  17. Then, the targets should work.
  18. Thanks to Hibernate, for providing the skeleton for
  19. DocBook documentation!
  20. alef@jteam.nl