Add logging for gradle->ant->javac OOM

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-05-30 13:33:07 +00:00
parent 3189e01388
commit b2ab7542ac

View File

@ -843,6 +843,8 @@ under the License.
<include name="org/apache/poi/util/Internal.java"/>
</fileset>
</copy>
<echo>Forking javac with max heap size ${ooxml.memory}</echo>
<javac target="${jdk.version.class}"
source="${jdk.version.source}"