Online report : 
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=36811&projectId=72

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 15 Sep 2014 20:20:18 +0000
  Finished at: Mon 15 Sep 2014 20:20:46 +0000
  Total time: 27s
  Build Trigger: Schedule
  Build Number: 344
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_32"
          OpenJDK Runtime Environment (IcedTea6 1.13.4) 
(6b32-1.13.4-4ubuntu0.12.04.2)
          OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
        
  Builder version :
          Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
2013-02-19 13:51:28+0000)
          Maven home: /opt/apache-maven-3.0.5
          Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
          Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
          Default locale: en_US, platform encoding: UTF-8
          OS name: "linux", version: "3.2.0-67-generic", arch: "amd64", family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: oheger @ Mon 15 Sep 2014 19:55:49 +0000
Comment: Prepared the generation of new release notes.

Added a template for the maven changes plug-in.
Files changed:
  /commons/proper/configuration/trunk/src/changes/changes.xml ( 1625132 )
  /commons/proper/configuration/trunk/src/changes/release-notes.vm ( 1625132 )

Changed: oheger @ Mon 15 Sep 2014 19:56:04 +0000
Comment: Initial version of release notes for 2.0-alpha1.
Files changed:
  /commons/proper/configuration/trunk/RELEASE-NOTES.txt ( 1625133 )

Changed: oheger @ Mon 15 Sep 2014 19:56:25 +0000
Comment: Added some more fixed issues to the release notes and changes.xml.
Files changed:
  /commons/proper/configuration/trunk/RELEASE-NOTES.txt ( 1625134 )
  /commons/proper/configuration/trunk/src/changes/changes.xml ( 1625134 )

Changed: oheger @ Mon 15 Sep 2014 19:56:42 +0000
Comment: Restructured menu on main site.

Added a documentation section with separate sub menus for versions 1.10 and
2.0 (alpha).
Files changed:
  /commons/proper/configuration/trunk/src/site/site.xml ( 1625135 )

Changed: oheger @ Mon 15 Sep 2014 19:56:59 +0000
Comment: Added changes for release 1.10 to changes.xml.

The release was made from a separate release branch. The changes had not yet
been merged into changes.xml in trunk.
Files changed:
  /commons/proper/configuration/trunk/src/changes/changes.xml ( 1625136 )

Changed: oheger @ Mon 15 Sep 2014 19:57:33 +0000
Comment: [CONFIGURATION-591] Removed conversion methods related to 
ExtendedProperties.

ExtendedProperties is no longer supported by recent versions of Commons
Collections. Therefore, the corresponding conversion methods have been
removed.
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/ConfigurationConverter.java
 ( 1625137 )
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestConfigurationConverter.java
 ( 1625137 )

Changed: oheger @ Mon 15 Sep 2014 19:57:52 +0000
Comment: [CONFIGURATION-591] Updated release notes and changes.xml.
Files changed:
  /commons/proper/configuration/trunk/RELEASE-NOTES.txt ( 1625138 )
  /commons/proper/configuration/trunk/src/changes/changes.xml ( 1625138 )

Changed: oheger @ Mon 15 Sep 2014 19:58:15 +0000
Comment: Added some test helper methods related to the processing of 
configuration keys.

These methods allow the removal of all references to [collections] in test
classes.
Files changed:
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/ConfigurationAssert.java
 ( 1625139 )

Changed: oheger @ Mon 15 Sep 2014 19:58:47 +0000
Comment: Removed references to [collections] from test classes.
Files changed:
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.java
 ( 1625140 )
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestAbstractHierarchicalConfiguration.java
 ( 1625140 )
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestPropertiesSequence.java
 ( 1625140 )
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/TestSubnodeConfiguration.java
 ( 1625140 )

Changed: oheger @ Mon 15 Sep 2014 19:59:02 +0000
Comment: Updated dependencies.

Switched to most recent versions of some Commons components. The dependency to
Commons Digester is no longer needed.
Files changed:
  /commons/proper/configuration/trunk/pom.xml ( 1625141 )

Changed: oheger @ Mon 15 Sep 2014 19:59:20 +0000
Comment: Added a page with dependencies for the 1.x versions.

There will be two separate pages for dependencies for the different version
series because there are some differences.
Files changed:
  /commons/proper/configuration/trunk/src/site/xdoc/dependencies_1_10.xml ( 
1625142 )

Changed: oheger @ Mon 15 Sep 2014 19:59:38 +0000
Comment: Adapted page with runtime dependencies for version 2.0.
Files changed:
  /commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml ( 1625143 )

Changed: oheger @ Mon 15 Sep 2014 19:59:56 +0000
Comment: Added the different dependencies pages to the site menu.
Files changed:
  /commons/proper/configuration/trunk/src/site/site.xml ( 1625144 )

Changed: oheger @ Mon 15 Sep 2014 20:05:17 +0000
Comment: Adapted build.xml.
Files changed:
  /commons/proper/configuration/trunk/build.xml ( 1625147 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)

****************************************************************************
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