You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/06/04 17:33:24 UTC

svn commit: r1131416 - /ofbiz/trunk/macros.xml

Author: mrisaliti
Date: Sat Jun  4 15:33:24 2011
New Revision: 1131416

URL: http://svn.apache.org/viewvc?rev=1131416&view=rev
Log:
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">