My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Files in this directory
-----------------------

emma-2.0.5312-src.zip : the pristine emma src that can be downloaded from
sourceforge.net

emma-multiclassloader-fix.patch: the patch to the emma src to
get aroud the classloader issue.

emma.jar: the jar file produced by the patched emma version 2.0.5312. The emma
version was mistakenly left off of the filename, so the jar was later copied to
emma-2.0.5312-patched.jar. The two jar files are identical.

emma-2.0.5312-patched.jar: the jar file produced by the patched emma. This jar
is identical to emma.jar.

emma_ant-2.0.5312.jar: the jar file containing custom EMMA ant tasks that can be
downloaded from sourceforge.net.

com.mountainminds.eclemma.core_1.3.2.jar : eclemma jar containing the updated
emma.jar


To apply the emma patch file on a unix system:
------------------------------
1. mkdir updated-emma; cd updated-emma; unzip ../emma-2.0.5312-src.zip
2. dos2unix emma-2.0.5312/core/java12/com/vladium/emma/data/CoverageData.java
3. patch -p0 < ../emma-multiclassloader-fix.patch


Updating eclemma when working with eclipse
-----------------------------------------

1. Follow instructions at http://www.eclemma.org/installation.html to install
eclemma.

2. Find com.mountainminds.eclemma.core_<version>.jar (say,
com.mountainminds.eclemma.core_1.3.2.jar) in your eclipse plugins
directory.

3. Make a new directory newDir

4. copy the latest emma-<latest>.jar file in this directory (currently,
emma-2.0.5312-patched.jar) to emma.jar in newDir

5. update the com.mountainminds.eclemma.core_<version>.jar with the new emma.jar
(cd newDir; jar uf ../plugins/com.mountainminds.eclemma.core_1.3.2.jar emma.jar)

6. Restart eclipse.

Change log

r7088 by amitman...@google.com on Nov 20, 2009   Diff
Updated the README.txt file to make the
instructions independent of the eclemma
version they download.

Patch by: amitmanjhi
Review by: rjrjr (desk review)

Go to: 
Project members, sign in to write a code review

Older revisions

r5780 by jlaba...@google.com on Jul 23, 2009   Diff
Adding emma_ant-2.0.5312.jar so we can
reference it from our build file.
Also adding emma-2.0.5312-patched.jar,
which is a direct copy of emma.jar,
which should have been versioned.
...
r4493 by amitman...@google.com on Jan 19, 2009   Diff
Fixes the ClassCastException that
occurred while merging emma reports.
Updates emma.jar and
com.mountainminds.eclemma.core_1.3.2.j
ar. Plus, adds instructions to the
...
r4200 by sco...@google.com on Nov 25, 2008   Diff
Updated some props.
All revisions of this file

File info

Size: 1705 bytes, 49 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting