[Mulgara-dev] Mulgara Javadoc..
Paul Gearon
gearon at ieee.org
Sun Nov 2 13:20:35 UTC 2008
On Sun, Nov 2, 2008 at 7:14 AM, Carlo Bernava <carlo.bernava at gmail.com> wrote:
> What? excuse me i don't understand
That's OK, the conversation shifted to being more between Ronald and I.
Adding -Xmx=230m to the build.bat script is allowing Ant to have more
memory, but it is not affecting the Javadoc build. To change this, add
the line:
maxmemory="256m"
to build.xml as line 755.
The SVN diff is:
Index: build.xml
===================================================================
--- build.xml (revision 1370)
+++ build.xml (working copy)
@@ -752,6 +752,7 @@
<delete dir="${javadoc.dir}"/>
<mkdir dir="${javadoc.dir}"/>
<javadoc destdir="${javadoc.dir}"
+ maxmemory="256m"
packagenames="org.mulgara.ant.*,
org.mulgara.barracuda.*,
org.mulgara.client.*,
Regards,
Paul
More information about the Mulgara-dev
mailing list