Group (shared) Maven 2 Build Definition (Java 1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 97 X-Continuum-Project-Name: Commons Math
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=26489&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Tue 19 Mar 2013 14:21:19 +0000 Finished at: Tue 19 Mar 2013 14:31:59 +0000 Total time: 10m 40s Build Trigger: Schedule Build Number: 1215 Exit code: 1 Building machine hostname: vmbuild Operating system : Linux(unknown) Java Home version : java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode) Builder version : Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000) Java version: 1.6.0_30 Java home: /usr/lib/jvm/jdk1.6.0_30/jre Default locale: en_AU, platform encoding: UTF-8 OS name: "linux" version: "2.6.32-41-server" arch: "amd64" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: luc @ Tue 19 Mar 2013 14:09:08 +0000 Comment: Fixed missing update in ODE event handlers. When a RESET_STATE was triggered, event states for events not triggered in the same step were not updated properly. JIRA: MATH-950 Files changed: /commons/proper/math/trunk/src/changes/changes.xml ( 1458294 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/AbstractIntegrator.java ( 1458294 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ode/nonstiff/DormandPrince853IntegratorTest.java ( 1458294 ) Changed: luc @ Tue 19 Mar 2013 14:09:58 +0000 Comment: Added a way to trigger only increasing or decreasing events in ODE. The method used is completely different from what was suggested in the request report. It is fully compatible with previous versions and most importantly has no side effects on users that do not need this feature, as it is based on an upstream filtering of the event definition function. The events detection logic is not modified and it fact it does not even know events are filtered before they are detected. JIRA: MATH-811 Files changed: /commons/proper/math/trunk/src/changes/changes.xml ( 1458298 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java ( 1458298 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/events/FilterType.java ( 1458298 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/events/Transformer.java ( 1458298 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ode/events/EventFilterTest.java ( 1458298 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -Pjava-1.5 -Dgpg.skip -Prelease Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 2.2.1 Description: Group (shared) Maven 2 Build Definition (Java 1.5) **************************************************************************** Test Summary: **************************************************************************** Tests: 4948 Failures: 4 Errors: 0 Success Rate: 99 Total time: 552.1111 **************************************************************************** Test Failures: **************************************************************************** EventFilterTest testHistoryIncreasingForward : java.lang.AssertionError java.lang.AssertionError: /home/luc/x.dat (No such file or directory) at org.junit.Assert.fail(Assert.java:93) at org.apache.commons.math3.ode.events.EventFilterTest.testHistory(EventFilterTest.java:137) at org.apache.commons.math3.ode.events.EventFilterTest.testHistoryIncreasingForward(EventFilterTest.java:42) testHistoryIncreasingBackward : java.lang.AssertionError java.lang.AssertionError: /home/luc/x.dat (No such file or directory) at org.junit.Assert.fail(Assert.java:93) at org.apache.commons.math3.ode.events.EventFilterTest.testHistory(EventFilterTest.java:137) at org.apache.commons.math3.ode.events.EventFilterTest.testHistoryIncreasingBackward(EventFilterTest.java:59) testHistoryDecreasingForward : java.lang.AssertionError java.lang.AssertionError: /home/luc/x.dat (No such file or directory) at org.junit.Assert.fail(Assert.java:93) at org.apache.commons.math3.ode.events.EventFilterTest.testHistory(EventFilterTest.java:137) at org.apache.commons.math3.ode.events.EventFilterTest.testHistoryDecreasingForward(EventFilterTest.java:76) testHistoryDecreasingBackward : java.lang.AssertionError java.lang.AssertionError: /home/luc/x.dat (No such file or directory) at org.junit.Assert.fail(Assert.java:93) at org.apache.commons.math3.ode.events.EventFilterTest.testHistory(EventFilterTest.java:137) at org.apache.commons.math3.ode.events.EventFilterTest.testHistoryDecreasingBackward(EventFilterTest.java:93) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org