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=27158&projectId=97

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sun 7 Jul 2013 07:51:24 +0000
  Finished at: Sun 7 Jul 2013 07:52:12 +0000
  Total time: 47s
  Build Trigger: Schedule
  Build Number: 1291
  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_US, platform encoding: ANSI_X3.4-1968
          OS name: "linux" version: "2.6.32-41-server" arch: "amd64" Family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: erans @ Fri 28 Jun 2013 10:20:21 +0000
Comment: MATH-993
Moved convergence check block to allow returning before an exception
would be raised.
Files changed:
  /commons/proper/math/trunk/src/changes/changes.xml ( 1497713 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/GaussNewtonOptimizer.java
 ( 1497713 )

Changed: erans @ Fri 28 Jun 2013 20:06:05 +0000
Comment: MATH-995
Unit test.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/IterativeLegendreGaussIntegratorTest.java
 ( 1497904 )

Changed: erans @ Fri 28 Jun 2013 22:41:00 +0000
Comment: "final" keyword.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreTest.java
 ( 1497952 )

Changed: tn @ Tue 2 Jul 2013 19:49:48 +0000
Comment: Do sanity checks first to prevent NullPointerException.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/MathArrays.java
 ( 1499076 )

Changed: tn @ Tue 2 Jul 2013 19:55:13 +0000
Comment: Add a formatting break.
Files changed:
  /commons/proper/math/trunk/src/site/xdoc/userguide/random.xml ( 1499079 )

Changed: tn @ Tue 2 Jul 2013 19:56:10 +0000
Comment: Fix some warnings in test code.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/HarmonicFitterTest.java
 ( 1499081 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/PolynomialFitterTest.java
 ( 1499081 )

Changed: tn @ Tue 2 Jul 2013 19:57:45 +0000
Comment: Suppress unused warning in test code.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java
 ( 1499082 )

Changed: tn @ Tue 2 Jul 2013 20:00:47 +0000
Comment: Fix TODO after the referenced issue has been resolved.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataGeneratorTest.java
 ( 1499085 )

Changed: tn @ Tue 2 Jul 2013 20:03:20 +0000
Comment: Add svn:keywords.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunctionTest.java
 ( 1499088 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatorTest.java
 ( 1499088 )

Changed: erans @ Thu 4 Jul 2013 14:24:11 +0000
Comment: MATH-995
Javadoc: added warning about wrong usage.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/IterativeLegendreGaussIntegrator.java
 ( 1499765 )

Changed: sebb @ Thu 4 Jul 2013 17:00:42 +0000
Comment: Missing @Deprecated tags
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateMatrixFunction.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/FunctionUtils.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/solvers/DifferentiableUnivariateSolver.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateVectorOptimizer.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/direct/CMAESOptimizer.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/fitting/CurveFitter.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/linear/SimplexTableau.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomData.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/ValueServer.java
 ( 1499808 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java
 ( 1499808 )

Changed: sebb @ Thu 4 Jul 2013 17:11:25 +0000
Comment: Missing @Override
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
 ( 1499809 )

Changed: sebb @ Thu 4 Jul 2013 17:24:47 +0000
Comment: Tab police
Files changed:
  /commons/proper/math/trunk/build.xml ( 1499813 )
  /commons/proper/math/trunk/findbugs-exclude-filter.xml ( 1499813 )
  /commons/proper/math/trunk/src/changes/changes.xml ( 1499813 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
 ( 1499813 )
  /commons/proper/math/trunk/src/site/xdoc/userguide/filter.xml ( 1499813 )
  /commons/proper/math/trunk/src/site/xdoc/userguide/geometry.xml ( 1499813 )
  /commons/proper/math/trunk/src/site/xdoc/userguide/optimization.xml ( 1499813 
)
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/GaussianQuadratureAbstractTest.java
 ( 1499813 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataGeneratorTest.java
 ( 1499813 )

Changed: erans @ Thu 4 Jul 2013 17:25:55 +0000
Comment: "final" keyword.
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java
 ( 1499814 )

Changed: sebb @ Thu 4 Jul 2013 17:28:45 +0000
Comment: Spell it out - easier to read
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java
 ( 1499815 )

Changed: sebb @ Thu 4 Jul 2013 18:25:51 +0000
Comment: Avoid Findbugs dead store warnings
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/WeibullDistributionTest.java
 ( 1499838 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/HarmonicFitterTest.java
 ( 1499838 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/fitting/HarmonicFitterTest.java
 ( 1499838 )

Changed: sebb @ Thu 4 Jul 2013 18:54:42 +0000
Comment: The values are constants, so make them so
Files changed:
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/FrequencyTest.java
 ( 1499841 )

Changed: tn @ Thu 4 Jul 2013 20:19:17 +0000
Comment: Fix copy&paste error in release howto.
Files changed:
  /commons/proper/math/trunk/doc/release/release.howto.txt ( 1499857 )

Changed: erans @ Fri 5 Jul 2013 14:20:19 +0000
Comment: MATH-997
Gauss-Hermite quadrature scheme.
Files changed:
  /commons/proper/math/trunk/src/changes/changes.xml ( 1500018 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegratorFactory.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/SymmetricGaussIntegrator.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegratorTest.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/HermiteParametricTest.java
 ( 1500018 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/HermiteTest.java
 ( 1500018 )

****************************************************************************
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: 0
Failures: 0
Errors: 0
Total time: 0.0




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to