[EMAIL PROTECTED] wrote:
Is a jar available for commons math after 08/19/2007?
There is a result from a build in November here:
http://people.apache.org/builds/jakarta-commons/nightly/commons-math/commons-math-20071120-tar.gz
These compressed archive contains lots of things, including a
commons-math-1.2-SNAPSHOT.jar file.
You can also build one yourself from the subversion tree, which has
anonymous access enabled. You need a subversion client and maven 2. Here
is an exemple using the "svn" command line program in a GNU/Linux box:
svn co http://svn.apache.org/repos/asf/commons/proper/math/trunk math
cd math
mvn package
You should end up with a commons-math-1.2-SNAPSHOT.jar file in the
target directory.
Luc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]