diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-05-30 13:33:07 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-05-30 13:33:07 +0000 |
commit | f9dfa07143d4a744f33b34522bdf44d9fa80f636 (patch) | |
tree | 2c6b9cd13fb7755e28ccf10bc8e2ae5b0b3ded2a /build.xml | |
parent | 8108980480ee23170b52d8ed404dc0564b25b9ac (diff) | |
download | poi-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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}" |