mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
54a26fddea
commit
daa35a08d6
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue