Chapter 4. Building xmlwebgui from source code

Requirements for building from source

Building XML Web GUI. 

  1. Download the lastest source distribution from the XML Web GUI homepage
  2. Unpack the distribution to a directory and enter this directory on the command line
  3. Then type ant war for building the web-archive for JDK1.3 or type ant war_le for building the web-archive for Java 1.4
  4. continue the installation as described here: Chapter 1

Building the documentation. 

  1. download and unpack the documentation source files.
  2. Use your favorite XSLT-emgine to transform documentation.xml using the docbook sytlesheets to HTML or XSL:FO.

FIXME