summaryrefslogtreecommitdiff
path: root/java/lib/cobertura/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'java/lib/cobertura/README.txt')
-rw-r--r--java/lib/cobertura/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/lib/cobertura/README.txt b/java/lib/cobertura/README.txt
new file mode 100644
index 0000000000..8e4cc09a80
--- /dev/null
+++ b/java/lib/cobertura/README.txt
@@ -0,0 +1,10 @@
+Download the cobertura binary from the following location:
+
+http://cobertura.sourceforge.net/download.html
+
+
+Unpack it into the cobertura (this) directory with tar --strip-path 1 -xf.
+This should leave you with cobertura.jar in qpid/java/lib/cobertura.
+
+Run "ant cover-test coverage-report" to generate coverage report.
+