diff options
author | Dominik Stadler <centic@apache.org> | 2016-04-01 06:25:49 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-04-01 06:25:49 +0000 |
commit | 63780176d952875bb5618567f36b3392b8c6684d (patch) | |
tree | 98940d9bce85988615864f6193dc1f51072d1a22 /build.xml | |
parent | 9900929cca98103d35886184df53005297ab302f (diff) | |
download | poi-63780176d952875bb5618567f36b3392b8c6684d.tar.gz poi-63780176d952875bb5618567f36b3392b8c6684d.zip |
Enhance integration tests to call some of the common examples/devtools to also trigger these with all sample files, currently XLSX2CSV, BiffViewer, FromHowTo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -334,6 +334,7 @@ under the License. <pathelement location="${main.output.test.dir}"/> <pathelement location="${ooxml.output.dir}"/> <pathelement location="${integration.output.test.dir}"/> + <pathelement location="${examples.output.dir}"/> </path> <path id="ooxml-lite.classpath"> @@ -998,6 +999,7 @@ under the License. <path refid="ooxml.classpath"/> <pathelement location="${ooxml.output.dir}"/> <pathelement location="${main.output.test.dir}"/> + <pathelement location="${examples.output.dir}"/> <pathelement location="${main.ant.jar}"/> </classpath> </javac> |