Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=367&projectId=97
Build statistics: State: Failed Previous State: Ok Started at: Sat 4 Sep 2010 23:21:20 +0000 Finished at: Sat 4 Sep 2010 23:24:30 +0000 Total time: 3m 9s Build Trigger: Schedule Build Number: 17 Exit code: 1 Building machine hostname: vmbuild Operating system : Linux(unknown) Java Home version : java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) Builder version : Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000) Java version: 1.6.0_20 Java home: /usr/lib/jvm/java-6-sun-1.6.0.20/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux" version: "2.6.32-24-server" arch: "amd64" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: luc @ Sat 4 Sep 2010 22:59:21 +0000 Comment: added the dfp library The Dfp class represent the high precision numbers, it implements our existing Field interface and hence each instance is associated with a DfpField that provides the constants at the required precision as well as factory methods. This allowed to remove the compile-time constraint in the library. Users can even use at the same time a field for 20 decimals digits precision and another field for 100 digits precision. Dfp instances with different precision CANNOT be mixed in the same computation (doing so creates a NaN). A few utility methods have been added, like constructors from integral types, isInfinite and isNaN methods, equal has been renames to equals and its signature changed to match the general Object method (a hashcode method has been added too). JIRA: MATH-412 Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp ( 992697 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java ( 992697 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/DfpDec.java ( 992697 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/DfpField.java ( 992697 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/DfpMath.java ( 992697 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/package.html ( 992697 ) /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 992697 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp ( 992697 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/Decimal10.java ( 992697 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/DfpDecTest.java ( 992697 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/DfpMathTest.java ( 992697 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/DfpTest.java ( 992697 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean install Arguments: --batch-mode Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 2.2.1 Description: Default Maven 2 Build Definition **************************************************************************** Test Summary: **************************************************************************** Tests: 2308 Failures: 0 Errors: 1 Success Rate: 99 Total time: 60.384003 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org