]> source.dussan.org Git - poi.git/commitdiff
Adjust dependencies to make target compile-ooxml-xsds run standalone and use init...
authorDominik Stadler <centic@apache.org>
Tue, 18 Aug 2015 05:12:43 +0000 (05:12 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 18 Aug 2015 05:12:43 +0000 (05:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696358 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 35f3cfc0c8f677536efd5fd55863e5a737e1f84d..b0ce62fff66b16f452a9b05a5288d816088acf13 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -616,7 +616,7 @@ under the License.
         </condition>
     </target>
     <target name="compile-ooxml-xsds" unless="ooxml-compiled-xsds.present"
-        depends="check-jars,fetch-jars,check-compiled-ooxml-xsds"
+        depends="init,check-compiled-ooxml-xsds"
         description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
         <taskdef name="xmlbean"
                  classname="org.apache.xmlbeans.impl.tool.XMLBean"
@@ -1690,7 +1690,7 @@ under the License.
     <!--  which are missing the correct license headers -->
     <!-- You need to download rat from http://incubator.apache.org/rat/ -->
     <!--  and place the Rat jar into your ant lib before running -->
-    <target name="rat-check" depends="check-jars,fetch-jars">
+    <target name="rat-check" depends="init">
        <mkdir dir="${rat.reportdir}" />
 
        <typedef resource="org/apache/rat/anttasks/antlib.xml"