]> source.dussan.org Git - poi.git/commitdiff
Add logging for gradle->ant->javac OOM
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 30 May 2017 13:33:07 +0000 (13:33 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 30 May 2017 13:33:07 +0000 (13:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796862 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5e971dfc9c6df81c85d1dd154bfeebb8f0254dcb..5e1cd8f0e4a8e739b17de335bc70281309ecb45f 100644 (file)
--- 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}"