diff options
author | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:34 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:34 +0000 |
commit | 467350c6d88719c2aa370564d80cb939f2d147d8 (patch) | |
tree | f348a95582f5d52a8b32e57889017f43b874810f /build.xml | |
parent | 55275b1e670f8f2439760563905828d500f02dd1 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |