From 959c1e928234267d5c5d47b403f3986c48c2acdc Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Mon, 29 Jun 2009 09:17:48 +0000 Subject: Update with more concise instructions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789266 13f79535-47bb-0310-9956-ffa450edef68 --- java/lib/cobertura/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/lib') 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-. 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. -- cgit v1.2.1