]> source.dussan.org Git - poi.git/commitdiff
add retest-ooxml target that can be used to verify if we have all the necessary class...
authorPJ Fanning <fanningpj@apache.org>
Fri, 13 Jul 2018 18:09:56 +0000 (18:09 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 13 Jul 2018 18:09:56 +0000 (18:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835852 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 18c82fd3864dafc61e2a7f79f8e12de665f1b34e..b3f7862e967c6596ca18ff3e309598ed523773d8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1119,7 +1119,13 @@ under the License.
         </copy>
     </target>
 
-    <target name="retest-ooxml" depends="compile-main,compile-scratchpad,jar">
+    <target name="retest-ooxml" depends="jar">
+        <delete dir="${ooxml.reports.test}"/>
+        <delete dir="${ooxml.output.test}"/>
+        <delete dir="${ooxml.output.test.dir}"/>
+        <mkdir dir="${ooxml.reports.test}"/>
+        <mkdir dir="${ooxml.output.test}"/>
+        <mkdir dir="${ooxml.output.test.dir}"/> 
         <!-- compile the sources -->
         <javac target="${jdk.version.class}"
                source="${jdk.version.source}"