From bac0ec284c39cef7f55562a97e9f982f11e8a7fd Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 13 May 2012 13:15:31 +0000 Subject: QPID-3994: update the optional download of Cobertura to be performed using Ivy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337869 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/common.xml | 37 ++++++++++--------------------------- qpid/java/ivy.retrieve.xml | 4 ++++ qpid/java/lib/cobertura/README.txt | 9 --------- 3 files changed, 14 insertions(+), 36 deletions(-) delete mode 100644 qpid/java/lib/cobertura/README.txt (limited to 'qpid/java') diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 319ca4c06d..0f7117e3f0 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -62,10 +62,12 @@ - - - + + + + + + @@ -75,13 +77,6 @@ - - - - - - - @@ -257,22 +252,6 @@ - - - - Downloading Cobertura ${cobertura.version} - - Extracting Cobertura JAR and dependencies - - Cleanup Cobertura Download - - Done - - - - - - @@ -305,6 +284,10 @@ + + + diff --git a/qpid/java/ivy.retrieve.xml b/qpid/java/ivy.retrieve.xml index b2bd94bf6e..57543be07a 100644 --- a/qpid/java/ivy.retrieve.xml +++ b/qpid/java/ivy.retrieve.xml @@ -26,6 +26,7 @@ + @@ -69,5 +70,8 @@ + + + diff --git a/qpid/java/lib/cobertura/README.txt b/qpid/java/lib/cobertura/README.txt deleted file mode 100644 index 080bb5f2f3..0000000000 --- a/qpid/java/lib/cobertura/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -Download the cobertura binary from the following location and expand it into -this directory. - -http://cobertura.sourceforge.net/download.html - -Alternatively run "ant download-cobertura" to do this automatically. -(to set a http proxy for ant use ANT_OPTS="-Dhttp.proxyHost= -Dhttp.proxyPort=") - -Run "ant cover-test coverage-report" to generate coverage report. -- cgit v1.2.1