[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster-devel] Generating documentation for xmlBlaster
Hi,
the ant/build.xml is now extended to generate
all developer documentation.
If you invoke
build.sh docs
or
build.bat docs
all documents are generated in the xmlBlaster directory tree.
These are the new targets
-------------------------
javadocs --> generates the javadoc documentation
javadocs-delete --> remove the above
html --> generates the html file of each java/cpp/python ...
file in the same directory
(the requirements link into these files)
html-delete --> remove the above
requirements --> generates html files for all xml requirements
requirements-delete --> remove the above
whitepaper --> generates html and pdf files for our xml whitepaper
whitepaper-delete --> remove the above
docs --> does javadoc, source-html, requirements and whitepaper
docs-delete --> remove the above
enjoy
Marcel