From f12f3f00802cea739a7f4341d03fbb3ac7340183 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sat, 12 May 2012 16:47:47 +0000 Subject: QPID-3994: add support for optionally retrieving FindBugs using Ivy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1337590 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.xml | 14 ++++++++------ java/common.xml | 44 +++++++++++++++++++++++++++++++++++++++++-- java/ivy.retrieve.xml | 4 +++- java/ivysettings.retrieve.xml | 4 +--- java/lib/findbugs/README.txt | 30 ----------------------------- 5 files changed, 54 insertions(+), 42 deletions(-) delete mode 100644 java/lib/findbugs/README.txt (limited to 'java') diff --git a/java/build.xml b/java/build.xml index 0905d650d4..4cf91340dc 100644 --- a/java/build.xml +++ b/java/build.xml @@ -270,7 +270,7 @@ - + @@ -280,13 +280,15 @@ stylesheet="fancy-hist.xsl" jvmargs="-Xmx512m" projectName="Qpid"> - - - + + + + - - + + + diff --git a/java/common.xml b/java/common.xml index ea3b5849d0..319ca4c06d 100644 --- a/java/common.xml +++ b/java/common.xml @@ -126,6 +126,12 @@ + + + + + + @@ -213,6 +219,21 @@ + + + + + + + + + + + + + + + @@ -253,21 +274,40 @@ + + + + + + + + + + - + - + + + + + + + + diff --git a/java/ivy.retrieve.xml b/java/ivy.retrieve.xml index 7facdf4e50..b2bd94bf6e 100644 --- a/java/ivy.retrieve.xml +++ b/java/ivy.retrieve.xml @@ -20,11 +20,12 @@ - + + @@ -67,5 +68,6 @@ + diff --git a/java/ivysettings.retrieve.xml b/java/ivysettings.retrieve.xml index bdce28d007..8faf23c2d1 100644 --- a/java/ivysettings.retrieve.xml +++ b/java/ivysettings.retrieve.xml @@ -26,9 +26,7 @@ - - - + diff --git a/java/lib/findbugs/README.txt b/java/lib/findbugs/README.txt deleted file mode 100644 index 56343d7e63..0000000000 --- a/java/lib/findbugs/README.txt +++ /dev/null @@ -1,30 +0,0 @@ -Download the FindBugs archive from the following location: -http://findbugs.sourceforge.net/downloads.html - -Unpack the contents of the 'findbugs-/lib' folder within the archive -to the 'qpid/java/lib/findbugs' (i.e. this) directory. This should leave you -with contents of 'qpid/java/lib/findbugs' similar to: - -annotations.jar -ant.jar -asm-3.1.jar -asm-analysis-3.1.jar -asm-commons-3.1.jar -asm-tree-3.1.jar -asm-util-3.1.jar -asm-xml-3.1.jar -bcel.jar -buggy.icns -commons-lang-2.4.jar -dom4j-1.6.1.jar -findbugs-ant.jar -findbugs.jar -jFormatString.jar -jaxen-1.1.1.jar -jdepend-2.9.jar -jsr305.jar -mysql-connector-java-5.1.7-bin.jar - - -Now simply run "ant findbugs" in qpid/java to generate the report. - -- cgit v1.2.1