diff options
author | Javen O'Neal <onealj@apache.org> | 2016-09-14 17:55:51 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2016-09-14 17:55:51 +0000 |
commit | daa35a08d69ea991f32a489a79dca20b8a67cefc (patch) | |
tree | e3aea4a233c11ac3c9d1ee491872a5aac93e5167 /build.xml | |
parent | 54a26fddea7b6d6bf98be6e12242184cbecb1703 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |