aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-05-30 13:33:07 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-05-30 13:33:07 +0000
commitf9dfa07143d4a744f33b34522bdf44d9fa80f636 (patch)
tree2c6b9cd13fb7755e28ccf10bc8e2ae5b0b3ded2a /build.xml
parent8108980480ee23170b52d8ed404dc0564b25b9ac (diff)
downloadpoi-f9dfa07143d4a744f33b34522bdf44d9fa80f636.tar.gz
poi-f9dfa07143d4a744f33b34522bdf44d9fa80f636.zip
Add logging for gradle->ant->javac OOM
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5e971dfc9c..5e1cd8f0e4 100644
--- a/build.xml
+++ b/build.xml
@@ -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}"