Updated build instructions.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@618061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2008-02-03 19:11:06 +00:00
parent fc4b86252e
commit aeb5d7f5f1
1 changed files with 14 additions and 5 deletions

View File

@ -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">