diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-09-27 14:17:09 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-09-27 14:17:09 +0000 |
| commit | 582f7d6b7654d42cfeaaa1d873ac3aefaa8ba050 (patch) | |
| tree | a102a1344129961757982301c3491fa59b28a4f4 /qpid/java/common.xml | |
| parent | d7d16c3403eeb141169d3b4e8916531b7c5830d2 (diff) | |
| download | qpid-python-582f7d6b7654d42cfeaaa1d873ac3aefaa8ba050.tar.gz | |
QPID-2857: Added findbugs task to the build to automate the procedure for finding potential issues
Merged from trunk r998152, r998699
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5.x-dev@1001754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index 43ac81f705..f70804e295 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -41,6 +41,7 @@ <property name="build.data" location="${build.scratch}/data"/> <property name="build.plugins" location="${build}/lib/plugins"/> <property name="build.coveragereport" location="${build}/coverage"/> + <property name="build.findbugs" location="${build}/findbugs"/> <property name="java.target" value="1.5"/> <property name="java.source" value="1.5"/> @@ -58,6 +59,7 @@ <property name="cobertura.dir" value="${project.root}/lib/cobertura" /> <property name="mllib.dir" value="${project.root}/../python" /> + <property name="findbugs.dir" value="${project.root}/lib/findbugs" /> <path id="cobertura.classpath"> <fileset dir="${cobertura.dir}"> @@ -150,6 +152,8 @@ <taskdef classpathref="cobertura.classpath" resource="tasks.properties" /> </target> + <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${findbugs.dir}/findbugs-ant.jar"/> + <target name="help" description="display detailed build documentation"> <echo> ant build |
