summaryrefslogtreecommitdiff
path: root/java/lib/cobertura
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-06-29 09:17:48 +0000
committerAidan Skinner <aidan@apache.org>2009-06-29 09:17:48 +0000
commit959c1e928234267d5c5d47b403f3986c48c2acdc (patch)
tree73374c4c31aa12e970c6f3018399b5a71185f365 /java/lib/cobertura
parent403d11fcfc8686ce4670f2c42813f869678b0e52 (diff)
downloadqpid-python-959c1e928234267d5c5d47b403f3986c48c2acdc.tar.gz
Update with more concise instructions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib/cobertura')
-rw-r--r--java/lib/cobertura/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/lib/cobertura/README.txt b/java/lib/cobertura/README.txt
index 62daac2edc..8e4cc09a80 100644
--- a/java/lib/cobertura/README.txt
+++ b/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.