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:
parent
3189e01388
commit
b2ab7542ac
@ -843,6 +843,8 @@ under the License.
|
|||||||
<include name="org/apache/poi/util/Internal.java"/>
|
<include name="org/apache/poi/util/Internal.java"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
<echo>Forking javac with max heap size ${ooxml.memory}</echo>
|
||||||
|
|
||||||
<javac target="${jdk.version.class}"
|
<javac target="${jdk.version.class}"
|
||||||
source="${jdk.version.source}"
|
source="${jdk.version.source}"
|
||||||
|
Loading…
Reference in New Issue
Block a user