Browse Source

Adjust dependencies to make target compile-ooxml-xsds run standalone and use init instead of check-jars,fetch-jars

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696358 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_13_FINAL
Dominik Stadler 8 years ago
parent
commit
45a2869d8a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.xml

+ 2
- 2
build.xml View File

@@ -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"

Loading…
Cancel
Save