On 3/15/13 1:14 AM, Luc Maisonobe wrote:
> Hi Phil,
>
> Le 15/03/2013 06:54, Phil Steitz a écrit :
>> The continuum report shows compilation failure due to files that my
>> commit message shows were deleted.  Can someone else verify that the
>> build is not actually broken?  Do we need to tell Continuum to clean
>> somehow to remove the deleted files?  Or did I screw up the commit?
> So far, it seems to run for me. Compiling and running tests from eclipse
> works well. Compiling and running tests from mvn is ... ongoing, I guess
> it will complete in the next 9 hours.
>
> We really need to get rid of cobertura and put Jacoco instead :-(
I always just do
mvn clean test
 or
mvn -DskipTests=true clean site
to build the site docs.  It is a shame disabling Coberta seems to be
impossible via the pom.

Phil
>
> Luc
>
>> Phil
>>
>> On 3/14/13 10:21 PM, Continuum@vmbuild wrote:
>>>           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=26428&projectId=97
>>>
>>> Build statistics:
>>>   State: Failed
>>>   Previous State: Ok
>>>   Started at: Fri 15 Mar 2013 05:20:15 +0000
>>>   Finished at: Fri 15 Mar 2013 05:21:02 +0000
>>>   Total time: 47s
>>>   Build Trigger: Schedule
>>>   Build Number: 1213
>>>   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: psteitz @ Fri 15 Mar 2013 04:51:34 +0000
>>> Comment: Renamed Discrete*Distribution to Enumerated*Distribution, improved 
>>> javadoc, made some exceptions more precise. JIRA: MATH-942.
>>> Files changed:
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteDistribution.java
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteIntegerDistribution.java
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteRealDistribution.java
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/EnumeratedDistribution.java
>>>  (from 
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteDistribution.java:1456765)
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/EnumeratedIntegerDistribution.java
>>>  (from 
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteIntegerDistribution.java:1456765)
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/EnumeratedRealDistribution.java
>>>  (from 
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/DiscreteRealDistribution.java:1456765)
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/DiscreteIntegerDistributionTest.java
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/DiscreteRealDistributionTest.java
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/EnumeratedIntegerDistributionTest.java
>>>  (from 
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/DiscreteIntegerDistributionTest.java:1456765)
>>>  ( 1456769 )
>>>   
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/EnumeratedRealDistributionTest.java
>>>  (from 
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/DiscreteRealDistributionTest.java:1456765)
>>>  ( 1456769 )
>>>
>>> ****************************************************************************
>>> 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
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


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

Reply via email to