summaryrefslogtreecommitdiff
path: root/qpid/java
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
commit9c9d40ec1d1536b504d54f3bde57999616ed998b (patch)
treed7bd4262ab79b27cb65194a66b66dedbdd7b0302 /qpid/java
parentf05b8b79baae55172b0cd3cfe894506a8227eca0 (diff)
downloadqpid-python-9c9d40ec1d1536b504d54f3bde57999616ed998b.tar.gz
Update with more concise instructions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@789266 13f79535-47bb-0310-9956-ffa450edef68
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.