
REQUIREMENTS
~~~~~~~~~~~~

- JDK1.4+ (official build uses Sun's build 1.4.2_10-b03, mixed mode)
- Apache ANT 1.5+ (official build uses v1.6.5)
- Apache Forrest (official build uses v0.5.1)
  - NOTE: The site will currently NOT generate correctly under more recent Forrest versions

BUILDING EMMA SITE
~~~~~~~~~~~~~~~~~~

- Because the site exposes some of the user documentation this build is
  dependent on the user docs build. After a successful docs build execute
  the following *from the docs build directory*:

>ant docs.site.distribution -Dsite.content.dir=<site build dir>/data/content

- From the site build directory (contains "forrest.properties" file),
  execute:

>ant -f prebuild.xml
>forrest site

- After a successful build, EMMA site distribution will be located in
  ${basedir}/build/site


- To remove all generated build artifacts and reset the build to a clean
  state, execute:

>ant -f prebuild.xml clean

 __________________________________________________________________________
       Copyright (C) 2004-2006 Vlad Roubtsov. All rights reserved.

 This program and the accompanying materials are made available under
 the terms of the Common Public License v1.0 which accompanies this
 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
