Compiling

Publish Forrest2 Core

cd $FORREST2_HOME/core

ant publish-local

Compile and Deploy Forrest2 Webapp

cd $FORREST2_HOME/forrest2-webapp

cp build.properties local.build.properties

edit local.build.properties for your local setup

ant deploy-webapp

NOTEL: There is currently a bug in the system that means you need to copy the core/main/xdocs directory into WEB-INF/classes in the deployed webapp. These files are part of the forrest.*.jar file in WEB-INF lib, but for some reason they are not being picked up by the XSLTOutputPlugin class

Running

Start up your servlet container.

Point your browser at http://localhost:8080/forrest2-webapp/helloWorld.html