You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/04/11 03:33:21 UTC

svn commit: r1738500 - /poi/trunk/build.xml

Author: onealj
Date: Mon Apr 11 01:33:21 2016
New Revision: 1738500

URL: http://svn.apache.org/viewvc?rev=1738500&view=rev
Log:
add compile dependency to forbidden-apis-check so that forbidden-apis-check will recompile sources that have been modified

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1738500&r1=1738499&r2=1738500&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Apr 11 01:33:21 2016
@@ -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}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org