Author: mrisaliti
Date: Sat Jun 4 15:33:24 2011
New Revision: 1131416
URL:
http://svn.apache.org/viewvc?rev=1131416&view=revLog:
Try increasing the maxmemory parameter for javadoc build as suggested by Jacques
Modified:
ofbiz/trunk/macros.xml
Modified: ofbiz/trunk/macros.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=1131416&r1=1131415&r2=1131416&view=diff==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Sat Jun 4 15:33:24 2011
@@ -81,7 +81,7 @@ under the License.
destdir="${build.dir}/javadocs"
windowtitle="Open for Business - ${desc}"
useexternalfile="yes"
- maxmemory="256M"
+ maxmemory="512M"
encoding="UTF-8"
packagenames="org.ofbiz.*">
<fileset dir="${basedir}" defaultexcludes="yes">