summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-04-01 06:25:49 +0000
committerDominik Stadler <centic@apache.org>2016-04-01 06:25:49 +0000
commit63780176d952875bb5618567f36b3392b8c6684d (patch)
tree98940d9bce85988615864f6193dc1f51072d1a22 /build.xml
parent9900929cca98103d35886184df53005297ab302f (diff)
downloadpoi-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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 19f9c8b416..3008840fe7 100644
--- a/build.xml
+++ b/build.xml
@@ -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>