]> source.dussan.org Git - poi.git/commitdiff
add compile dependency to forbidden-apis-check so that forbidden-apis-check will...
authorJaven O'Neal <onealj@apache.org>
Mon, 11 Apr 2016 01:33:21 +0000 (01:33 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 11 Apr 2016 01:33:21 +0000 (01:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738500 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d602be31f3e83bde4712d4f20f1f8111c6d86e23..6198778b8b15a6fa36452d564e90cee4d22974a1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1811,7 +1811,7 @@ under the License.
     <!--  spot any cases where we've accidently used methods we shouldn't -->
     <!-- See https://github.com/policeman-tools/forbidden-apis for details -->
     <!--  of the checks that this can do -->
-    <target name="forbidden-apis-check" depends="init">
+    <target name="forbidden-apis-check" depends="init, compile">
         <taskdef name="forbiddenapis"
                  classname="de.thetaphi.forbiddenapis.ant.AntTask"
                  classpath="${forbidden.jar}"/>