svn commit: r782475 - in /commons/proper/email/trunk: ./ src/java/org/apache/commons/mail/ xdocs/style/

2009-06-07 Thread sgoeschl
Author: sgoeschl Date: Sun Jun 7 22:02:58 2009 New Revision: 782475 URL: http://svn.apache.org/viewvc?rev=782475&view=rev Log: Goinf through RAT and checkstyle issues (aka release gymnastic) Modified: commons/proper/email/trunk/NOTICE.txt commons/proper/email/trunk/pom.xml commons/p

svn commit: r782473 - in /commons/proper/email/trunk: maven-build.properties maven-build.xml

2009-06-07 Thread sgoeschl
Author: sgoeschl Date: Sun Jun 7 22:01:44 2009 New Revision: 782473 URL: http://svn.apache.org/viewvc?rev=782473&view=rev Log: Removing obsolete M1 build Removed: commons/proper/email/trunk/maven-build.properties commons/proper/email/trunk/maven-build.xml

svn commit: r782472 - in /commons/proper/email/trunk/conf: CodeWrestler.excludes LIBS-NOTICE.txt

2009-06-07 Thread sgoeschl
Author: sgoeschl Date: Sun Jun 7 22:01:11 2009 New Revision: 782472 URL: http://svn.apache.org/viewvc?rev=782472&view=rev Log: Removing obsolete files Removed: commons/proper/email/trunk/conf/CodeWrestler.excludes commons/proper/email/trunk/conf/LIBS-NOTICE.txt

svn commit: r782468 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/optimization/ java/org/apache/commons/math/optimization/direct/ java/org/apache/commons/math/optimization/general/

2009-06-07 Thread billbarker
Author: billbarker Date: Sun Jun 7 21:24:18 2009 New Revision: 782468 URL: http://svn.apache.org/viewvc?rev=782468&view=rev Log: Serialization changes for optimization. Still need to add junit test, but for this it doesn't look like a blocker. Modified: commons/proper/math/trunk/src/java/o

svn commit: r782467 - /commons/proper/email/trunk/pom.xml

2009-06-07 Thread sgoeschl
Author: sgoeschl Date: Sun Jun 7 21:00:47 2009 New Revision: 782467 URL: http://svn.apache.org/viewvc?rev=782467&view=rev Log: Mhmm, adding myself as committer ... Modified: commons/proper/email/trunk/pom.xml Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/co

svn commit: r782438 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:15:14 2009 New Revision: 782438 URL: http://svn.apache.org/viewvc?rev=782438&view=rev Log: removed step interpolator prototype Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java Modified: commons/proper/math/tru

svn commit: r782435 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:13:17 2009 New Revision: 782435 URL: http://svn.apache.org/viewvc?rev=782435&view=rev Log: added serialization test changed tests to Junit 4 Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java Modif

svn commit: r782434 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:12:18 2009 New Revision: 782434 URL: http://svn.apache.org/viewvc?rev=782434&view=rev Log: improved max errors computations: previously, NaN values induces the error update to be skipped, thus leading to artificially good results Modified: commons/proper/math

svn commit: r782433 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:10:23 2009 New Revision: 782433 URL: http://svn.apache.org/viewvc?rev=782433&view=rev Log: updated step interpolators implementations tests to latest interface changes Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ClassicalR

svn commit: r782432 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:08:26 2009 New Revision: 782432 URL: http://svn.apache.org/viewvc?rev=782432&view=rev Log: updated step interpolators implementations to latest interface changes Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKu

svn commit: r782431 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/ode: ./ sampling/

2009-06-07 Thread luc
Author: luc Date: Sun Jun 7 19:04:37 2009 New Revision: 782431 URL: http://svn.apache.org/viewvc?rev=782431&view=rev Log: added a lazy evaluation for step interpolators moved the possible exceptions from setInterpolatedTime (which now does almost nothing) to getInterpolatedState and getInterpola