Skip to content

Commit

Permalink
Synch with trunk copy (apart from Exceptions section)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 26, 2011
1 parent a395177 commit 5f30040
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions src/site/xdoc/developers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<document>
<properties>
<title>Developers Guide</title>
<author email="rdonkin@apache.org">Robert Burrell Donkin</author>
</properties>

<body>
Expand Down Expand Up @@ -48,25 +47,25 @@
<a href="proposal.html">proposal</a> upon which the project is
founded.
</li>
<li>Download the commons math source code. Follow the instructions
<li>Download the Commons Math source code. Follow the instructions
under the heading "Anonymous Subversion" on the
<a href="http://www.apache.org/dev/version-control.html">Apache version
control page</a> (Also have a look at the
<a href="http://wiki.apache.org/commons/UsingSVN">Commons wiki
svn page </a>) to check out the commons math code base from Subversion.
The svn url for the current development sources of commons-math
svn page </a>) to check out the Commons Math code base from Subversion.
The svn url for the current development sources of Commons Math
is
<source>https://svn.apache.org/repos/asf/commons/proper/math/trunk</source>
</li>
<li>Like most commons components, commons-math uses Apache Maven as our
<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 Ant (a working
Ant build.xml is included in the top level project directory).
To build commons math using Maven 2, you can follow the instructions for
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,
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
Expand Down Expand Up @@ -106,7 +105,7 @@
<p><strong>Contributing ideas and code</strong></p>
<p>
Follow the steps below when making suggestions for additions or
enhancements to commons-math. This will make it easier for the community
enhancements to Commons Math. This will make it easier for the community
to comment on your ideas and for the committers to keep track of them.
Thanks in advance!
<ol>
Expand Down Expand Up @@ -149,7 +148,7 @@
</subsection>
<subsection name='Coding Style'>
<p>
Commons-math follows <a href="http://java.sun.com/docs/codeconv/">Code
Commons Math follows <a href="http://java.sun.com/docs/codeconv/">Code
Conventions for the Java Programming Language</a>. As part of the maven
build process, style checking is performed using the Checkstyle plugin,
using the properties specified in <code>checkstyle.xml</code>.
Expand Down Expand Up @@ -234,11 +233,11 @@
<dl>
<dt>Concerning floating point arithmetic.</dt>
<dd>
<a href="http://www.validlab.com/goldberg/paper.ps">
http://www.validlab.com/goldberg/paper.ps
<a href="http://www.validlab.com/goldberg/paper.pdf">
http://www.validlab.com/goldberg/paper.pdf
</a><br/>
<a href="http://www.cs.berkeley.edu/~wkahan/ieee754status/ieee754.ps">
http://www.cs.berkeley.edu/~wkahan/ieee754status/ieee754.ps
<a href="http://www.cs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF">
http://www.cs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF
</a><br/>
<a href="http://www.cs.berkeley.edu/~wkahan/JAVAhurt.pdf">
http://www.cs.berkeley.edu/~wkahan/JAVAhurt.pdf
Expand Down

0 comments on commit 5f30040

Please sign in to comment.