]> source.dussan.org Git - poi.git/commitdiff
Adjust .classpath sources and add missing dependencies to run ooxml-lite tests standalone
authorDominik Stadler <centic@apache.org>
Sat, 3 Jan 2015 09:35:34 +0000 (09:35 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 3 Jan 2015 09:35:34 +0000 (09:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649179 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.xml

index 899c7591b8dfe2232492b272a307cba91d39ba6a..5efa12f1e2f3805e93e2088443d574eb42b0e2cb 100644 (file)
@@ -24,7 +24,7 @@
        <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
        <classpathentry kind="lib" path="lib/junit-4.12.jar"/>
        <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-1.1-sources.jar"/>
-       <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-src-1.0.jar"/>
+       <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-1.0-sources.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/>
        <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/>
index c51bb73506abb33cb8ae2a3f04055a1ef4eb5cea..f6bd4459aed78c67bac8a9716a9f7783a5892614 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1152,7 +1152,7 @@ under the License.
         </java>
     </target>
 
-    <target name="test-ooxml-lite" depends="jacocotask">
+    <target name="test-ooxml-lite" depends="jacocotask,compile-ooxml-xsds,compile-ooxml-lite">
         <delete file="${ooxml.testokfile}"/>
         <echo message="Running ooxml tests against 'poi-ooxml-schemas'"/>
         <ooxml-test-runner classpath="ooxml-lite.classpath" type="ooxml-lite"/>