]> source.dussan.org Git - poi.git/commitdiff
Have the ooxml build correctly ensure that we have the ooxml schemas to hand
authorNick Burch <nick@apache.org>
Mon, 14 Jun 2010 15:05:19 +0000 (15:05 +0000)
committerNick Burch <nick@apache.org>
Mon, 14 Jun 2010 15:05:19 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954507 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 6de19159dd1230bb6a48b621ec663acc93fd731a..cf73e62752340f39998382cb8c47f12f5d12c95b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -518,7 +518,7 @@ under the License.
         </copy>
     </target>
 
-    <target name="compile-ooxml" depends="compile-main,compile-scratchpad">
+    <target name="compile-ooxml" depends="compile-main,compile-scratchpad,compile-ooxml-xsds">
         <javac target="${jdk.version.class}"
                source="${jdk.version.source}"
                destdir="${ooxml.output.dir}"