README.txt
1
2 EMMA is a Java code coverage tool. For more information on EMMA, please
3 look at the HTML and PDF documentation included in docs/ directory. More
4 information is available at EMMA's home site:
5
6 http://emma.sourceforge.net
7
8 The top level directories in this distribution are:
9
10 lib/ EMMA implementation jars
11 docs/ EMMA user guide and reference manual
12 examples/ ANT build.xml examples (referenced by the user guide)
13
14
15 REQUIREMENTS
16 ~~~~~~~~~~~~
17
18 EMMA is a self-contained toolkit (with no external library dependencies)
19 supported on any Java 2 runtime.
20
21
22 EXAMPLES
23 ~~~~~~~~
24
25 To try the examples please read the user guide or follow instructions in
26 docs/README.txt.
27
28
29 BUILDING EMMA
30 ~~~~~~~~~~~~~
31
32 To limit the download size, this distribution does not include the source
33 code. You can obtain it and the build instructions as
34 emma-<build label>-src.zip download from EMMA's project summary site:
35
36 http://sourceforge.net/projects/emma
37
38 __________________________________________________________________________
39 Copyright (C) 2003-2005 Vladimir Roubtsov. All rights reserved.
40
41 This program and the accompanying materials are made available under
42 the terms of the Common Public License v1.0 which accompanies this
43 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
44