Fixes an OutOfMemoryError in build.xml when running with 'ant javadoc'. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'.

cusax-fix
Lyubomir Marinov 16 years ago
parent 6ca9c1c601
commit dc57e6641d

@ -333,7 +333,7 @@
description="Generates project javadoc.">
<javadoc author="true" destdir="${java.doc}" package="true"
version="true" use="true" windowtitle="SIP Communicator API"
classpathref="compile.class.path" source="1.5+" maxmemory="128m">
classpathref="compile.class.path" source="1.5+" maxmemory="256m">
<packageset dir="${src}">
<exclude name="net/java/sip/communicator/impl/version/**"/>
<include name="**"/>

Loading…
Cancel
Save