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

- JDK1.4
- Apache ANT 1.5+ (official build uses v1.6.5)
- Eclipse 3.1.x (official build uses 3.1.1)

BUILDING EMMA
~~~~~~~~~~~~~

- cd into the directory containing build.xml and create a file
  "build.release.properties" that tells the build where your JDK and Eclipse
  are located:

    1. (required) set the following property to point to the location of your
      Eclipse install:

build.eclipse.home = <Eclipse install dir> 

    2. (optional) if Java 1.4 is not your currently installed Java version,
      set the following property to point to the "jre" subdirectory of your
      JDK 1.4 install:

build.target.j2se.14.home = <JDK 1.4 install>/jre

      Note that this step is optional: if this property is not set it will
      default to ${java.home} as defined in your ANT.


- From the directory containing build.xml, execute:

>ant

- After a successful build, EMMA plugin zip will be located in
  ${basedir}/${dist.dir}, which defaults to ./dist. To install plugin, unzip
  it into your ${build.eclipse.home} directory and restart Eclipse.


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

>ant clean

 __________________________________________________________________________
 Copyright (C) 2005-2006 Erik Beijnoff, 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
