blob: c163bec7896c58fac18098b5b1ab3423e51932e1 [file] [log] [blame]
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 df35649c56b793f9a37e6beb02b0d0dee57b4fda
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