You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/02/03 20:11:08 UTC

svn commit: r618061 - /commons/proper/math/trunk/xdocs/developers.xml

Author: psteitz
Date: Sun Feb  3 11:11:06 2008
New Revision: 618061

URL: http://svn.apache.org/viewvc?rev=618061&view=rev
Log:
Updated build instructions.

Modified:
    commons/proper/math/trunk/xdocs/developers.xml

Modified: commons/proper/math/trunk/xdocs/developers.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/developers.xml?rev=618061&r1=618060&r2=618061&view=diff
==============================================================================
--- commons/proper/math/trunk/xdocs/developers.xml (original)
+++ commons/proper/math/trunk/xdocs/developers.xml Sun Feb  3 11:11:06 2008
@@ -59,11 +59,20 @@
         is 
 <source>https://svn.apache.org/repos/asf/commons/proper/math/trunk</source>
         </li>
-        <li>Like most commons components, commons-math uses maven as our build
-            tool.  Follow the 
-            <a href="http://commons.apache.org/building.html">building
-            components</a> instructions to get set up with maven so that you
-            can build commons-math from source.
+        <li>Like most commons components, commons-math uses Apache Maven as our
+            build tool. We now use Maven 2 as our primary build platform (what
+            we use to cut releases, for continuous integration builds, and for
+            development).  The sources can also be built using Maven 1.0.2 or
+            Ant (a working Maven 1 project.xml and Ant build.xml are included
+            in the top level project directory). To build commons math using
+            Maven 2, you can follow the instructions for
+            <a href="http://maven.apache.org/run-maven/index.html">Building a
+            project with Maven 2</a>. Launch Maven from the top-level directory
+            in the checkout of commons-math trunk. No special setup is required,
+            except that currently to build the site (i.e. to execute Maven's
+            "site" goal), you may need to increase the default memory allocation
+            (e.g. <code>export MAVEN_OPTS=-Xmx512m</code>) before launching
+            Maven.
         </li>
         <li>Have a look at the new features that users and developers have requested
             on the <a href="http://wiki.apache.org/commons/MathWishList">