Help TOC > DEXlib > Publishing HTML | |
Publishing HTML | Date: 2008/02/14 08:11:51 Revision: 1.4 |
Ant(http://jakarta.apache.org/ant) is a Java™-based
build tool. The Ant build file utils/build.xml
can be
used as an alternative to utils/xml2html.js
for
converting the XML in the module repository to HTML. The build file is
also useful for automated backups and mirroring of the repository. To
use this build file, you need to have the following software
installed:
Note: There is some implementation dependent code is used so you must use SAXON rather other TrAX-compliant XSLT processors such as Xalan-Java(http://xml.apache.org/xalan-j).
Note: To avoid memory problems, set the environment variable
ANT_OPTS=-Xmx256m