summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/lib/cobertura/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/lib/cobertura/README.txt b/qpid/java/lib/cobertura/README.txt
index 62daac2edc..8e4cc09a80 100644
--- a/qpid/java/lib/cobertura/README.txt
+++ b/qpid/java/lib/cobertura/README.txt
@@ -3,7 +3,8 @@ Download the cobertura binary from the following location:
http://cobertura.sourceforge.net/download.html
-Unpack it into the cobertura (this) directory and then move the contents up one level i.e. once unpacked it will create a cobertura-<version>. directory with the cobertura.jar and scripts and a lib dir. All this content needs to move up to the cobertura directory proper.
+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.