Author: onealj
Date: Wed Sep 14 17:55:51 2016
New Revision: 1760736
URL: http://svn.apache.org/viewvc?rev=1760736&view=rev
Log:
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.
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1760736&r1=1760735&r2=1760736&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Sep 14 17:55:51 2016
@@ -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}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]