aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-09-14 17:55:51 +0000
committerJaven O'Neal <onealj@apache.org>2016-09-14 17:55:51 +0000
commitdaa35a08d69ea991f32a489a79dca20b8a67cefc (patch)
treee3aea4a233c11ac3c9d1ee491872a5aac93e5167 /build.xml
parent54a26fddea7b6d6bf98be6e12242184cbecb1703 (diff)
downloadpoi-daa35a08d69ea991f32a489a79dca20b8a67cefc.tar.gz
poi-daa35a08d69ea991f32a489a79dca20b8a67cefc.zip
add compile-examples dependency to compile-integration. o.a.p.xssf.eventusermodel.XLSX2CSV and o.a.p.xssf.eventusermodel.examples.FromHowTo are needed for o.a.p.stress.XSSFFileHandler.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760736 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 6336076181..d3623395d9 100644
--- a/build.xml
+++ b/build.xml
@@ -1092,7 +1092,7 @@ under the License.
</copy>
</target>
- <target name="compile-integration" depends="compile-scratchpad, compile-main, compile-ooxml">
+ <target name="compile-integration" depends="compile-scratchpad, compile-main, compile-ooxml, compile-examples">
<javac target="${jdk.version.class}"
source="${jdk.version.source}"
destdir="${integration.output.test.dir}"