]> source.dussan.org Git - poi.git/commitdiff
Ant build: Use correct AntTask as reported by forbidden-apis-check, Print out which...
authorDominik Stadler <centic@apache.org>
Tue, 6 Oct 2015 13:36:30 +0000 (13:36 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 6 Oct 2015 13:36:30 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707055 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 3cb599b2c2c4aa7529629e001724921a9f548475..a57a953c9a6c672b13e744032c3588964e52f4bc 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1260,6 +1260,7 @@ under the License.
 
 
     <target name="-check-docs">
+        <echo message="Checking if documentation recreation is necessary, i.e. if any file at ${main.documentation} is newer than ${build.site}/index.html"/>
         <uptodate property="main.docs.notRequired" targetfile="${build.site}/index.html">
             <srcfiles dir="${main.documentation}" />
         </uptodate>
@@ -1731,7 +1732,7 @@ under the License.
     <!--  of the checks that this can do -->
     <target name="forbidden-apis-check" depends="init">
         <taskdef name="forbiddenapis" 
-                 classname="de.thetaphi.forbiddenapis.AntTask" 
+                 classname="de.thetaphi.forbiddenapis.ant.AntTask" 
                  classpath="${forbidden.jar}"/>
         <forbiddenapis 
                  internalRuntimeForbidden="true"