summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-01-03 09:35:34 +0000
committerDominik Stadler <centic@apache.org>2015-01-03 09:35:34 +0000
commit467350c6d88719c2aa370564d80cb939f2d147d8 (patch)
treef348a95582f5d52a8b32e57889017f43b874810f /build.xml
parent55275b1e670f8f2439760563905828d500f02dd1 (diff)
downloadpoi-467350c6d88719c2aa370564d80cb939f2d147d8.tar.gz
poi-467350c6d88719c2aa370564d80cb939f2d147d8.zip
Adjust .classpath sources and add missing dependencies to run ooxml-lite tests standalone
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c51bb73506..f6bd4459ae 100644
--- 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"/>