Browse Source

compile before running findbugs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591535 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 11 years ago
parent
commit
ca8ade576a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      check.xml

+ 1
- 1
check.xml View File

@@ -161,7 +161,7 @@
<fixcrlf srcdir="src/main" includes="${path}" javafiles="yes" tab="remove" tablength="4"/>
</target>

<target name="findbugs" description="--> checks Ant codebase with Findbugs" depends="init-ivy" xmlns:fb="http://findbugs.sourceforge.net/">
<target name="findbugs" description="--> checks Ant codebase with Findbugs" depends="init-ivy,build" xmlns:fb="http://findbugs.sourceforge.net/">
<ivy:cachepath organisation="com.google.code.findbugs" module="findbugs-ant" revision="1.3.9"
inline="true" conf="default" pathid="findbugs.real.classpath" transitive="true"/>
<!-- Load the Findbugs AntTasks -->


Loading…
Cancel
Save