summaryrefslogtreecommitdiff
path: root/java/lib
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-01-06 14:07:42 +0000
committerRobert Gemmell <robbie@apache.org>2012-01-06 14:07:42 +0000
commitb82d83b53c5dfd07503739d249657ea9cc131202 (patch)
treec19739fe5ceba75fb71dda5bfdc2d1cc19774f20 /java/lib
parentc4b53069cbb984afe255eee9cac6bb946ae43e3a (diff)
downloadqpid-python-b82d83b53c5dfd07503739d249657ea9cc131202.tar.gz
QPID-3670: Add new build target to allow the Cobertura jar files to be downloaded automatically if not already present
Applied patch from Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1228192 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib')
-rw-r--r--java/lib/cobertura/README.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/lib/cobertura/README.txt b/java/lib/cobertura/README.txt
index 8e4cc09a80..080bb5f2f3 100644
--- a/java/lib/cobertura/README.txt
+++ b/java/lib/cobertura/README.txt
@@ -1,10 +1,9 @@
-Download the cobertura binary from the following location:
+Download the cobertura binary from the following location and expand it into
+this directory.
http://cobertura.sourceforge.net/download.html
-
-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.
+Alternatively run "ant download-cobertura" to do this automatically.
+(to set a http proxy for ant use ANT_OPTS="-Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>")
Run "ant cover-test coverage-report" to generate coverage report.
-