| emma-2.0.5312.jar was taken from http://emma.sourceforge.net/. |
| |
| The version is not the latest but the latest version is in a folder called emma_testing |
| which might be an unstable version. Also the new version's main feature is to be able |
| to recover code coverage data from a JVM without the JVM exiting. This is not a |
| critical feature that we need for our purposes. For download go to: |
| |
| http://downloads.sourceforge.net/project/emma/emma-release/2.0.5312/emma-2.0.5312-lib.zip |
| |
| |
| nailgun-server-0.9.2-SNAPSHOT.jar and nailgun-server-0.9.2-SNAPSHOT-sources.jar were |
| built from https://github.com/martylamb/nailgun.git |
| |
| To regenerate these jars: |
| |
| 0) install maven (brew install maven) |
| 1) git clone https://github.com/martylamb/nailgun |
| 2) cd nailgun |
| 3) git checkout fcc24ecd63ead63f160e96f6a0640f6b4280f72d |
| 4) mvn clean install |
| 5) copy nailgun-server/target/nailgun-server-0.9.2-SNAPSHOT.jar and |
| nailgun-server/target/nailgun-server-0.9.2-SNAPSHOT-sources.jar to your buck/lib directory |