[jboss-cvs] JBossAS SVN: r110234 - projects/jboss-jca/trunk/doc/developerguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 30 07:28:47 EST 2010


Author: jesper.pedersen
Date: 2010-12-30 07:28:47 -0500 (Thu, 30 Dec 2010)
New Revision: 110234

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml
Log:
Add a comment about ANT_OPTS setting

Modified: projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml	2010-12-30 05:44:47 UTC (rev 110233)
+++ projects/jboss-jca/trunk/doc/developerguide/en-US/modules/building.xml	2010-12-30 12:28:47 UTC (rev 110234)
@@ -32,7 +32,7 @@
 
     <section id="ant">
       <title>Apache Ant</title>
-      <para>You must have Apache Ant 1.8.1+ installed on your system.</para>
+      <para>You must have Apache Ant 1.8.2+ installed on your system.</para>
       <para>Remember to ensure that "ant" are in your path (or symlinked).</para>
 
       <programlisting>
@@ -43,6 +43,12 @@
 export PATH
       </programlisting>
 
+      <para>You may need to set the memory settings for the Apache Ant process like</para>
+
+      <programlisting>
+ANT_OPTS="$ANT_OPTS -Xms128m -Xmx512m -XX:MaxPermSize=256m"
+export ANT_OPTS
+      </programlisting>
     </section>
 
     <section id="ivy">



More information about the jboss-cvs-commits mailing list