Author: kiwiwings
Date: Tue May 30 13:33:07 2017
New Revision: 1796862

URL: http://svn.apache.org/viewvc?rev=1796862&view=rev
Log:
Add logging for gradle->ant->javac OOM

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1796862&r1=1796861&r2=1796862&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue May 30 13:33:07 2017
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to