JBoss ===== In case you are running the application on a *NIX server without X-windows you must start the server with -Djava.awt.headless=true to avoid access to the display. Building ======== Ant should be used for building the web application. To download dependencies for the project: ant -f download-deps.xml To remove dependencies for the project ant -f download-deps.xml clean If you are behind a firewall, see http://maven.apache.org/maven2/ant-tasks.html for details on how to configure a proxy. After this, you can run the ant build. Type 'ant help' to get information. Ant version 1.6.2 is known to work. Documentation ============= For documentation of this release, either download the documentation pack from sourceforge site or generate the documentation yourself using forrest. This is done by typing 'forrest site' or 'ant forrest'. Of course, this requires forrest to be installed and the FORREST_HOME environment variable to be set.