Author: antoine
Date: Thu May  1 02:27:15 2014
New Revision: 1591535

URL: http://svn.apache.org/r1591535
Log:
compile before running findbugs

Modified:
    ant/core/trunk/check.xml

Modified: ant/core/trunk/check.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=1591535&r1=1591534&r2=1591535&view=diff
==============================================================================
--- ant/core/trunk/check.xml (original)
+++ ant/core/trunk/check.xml Thu May  1 02:27:15 2014
@@ -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 -->               


Reply via email to