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

EMMA's build requires JDK 1.4+ and ANT 1.5.


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

- if you don't have ANT_HOME environment variable set up to point to ANT 1.5
  home directory, create a build.properties file with the following
  property:

build.target.ant.15.home = <ANT 1.5 install dir>/  

- from the directory containing build.xml, execute:

ant

- after a successful build, EMMA jars will be located in
  ${basedir}/${dist.dir}, which defaults to ./dist

 __________________________________________________________________________
       Copyright (C) 2003-2004 Vladimir 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
