Author: fanningpj
Date: Fri Jul 13 18:09:56 2018
New Revision: 1835852

URL: http://svn.apache.org/viewvc?rev=1835852&view=rev
Log:
add retest-ooxml target that can be used to verify if we have all the necessary 
classes in poi-ooxml-schemas jar

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1835852&r1=1835851&r2=1835852&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Jul 13 18:09:56 2018
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to