diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-06-29 09:17:48 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-06-29 09:17:48 +0000 |
| commit | 9c9d40ec1d1536b504d54f3bde57999616ed998b (patch) | |
| tree | d7bd4262ab79b27cb65194a66b66dedbdd7b0302 /qpid/java | |
| parent | f05b8b79baae55172b0cd3cfe894506a8227eca0 (diff) | |
| download | qpid-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.txt | 3 |
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. |
