Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 63304 invoked from network); 3 Feb 2008 19:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2008 19:11:32 -0000 Received: (qmail 34394 invoked by uid 500); 3 Feb 2008 19:11:23 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 34323 invoked by uid 500); 3 Feb 2008 19:11:23 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 34313 invoked by uid 99); 3 Feb 2008 19:11:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2008 11:11:23 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2008 19:11:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6BD351A9832; Sun, 3 Feb 2008 11:11:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618061 - /commons/proper/math/trunk/xdocs/developers.xml Date: Sun, 03 Feb 2008 19:11:08 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080203191108.6BD351A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 https://svn.apache.org/repos/asf/commons/proper/math/trunk -
  • Like most commons components, commons-math uses maven as our build - tool. Follow the - building - components instructions to get set up with maven so that you - can build commons-math from source. +
  • 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 + Building a + project with Maven 2. 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. export MAVEN_OPTS=-Xmx512m) before launching + Maven.
  • Have a look at the new features that users and developers have requested on the