Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-12 Thread Oliver Heger
Many thanks for having looked into this!

Oliver

Am 11.09.2013 22:51, schrieb sebb:
 The group build definition is set to use SCM update rather than a
 clean checkout.
 However surely svn update should remove deleted files?
 Dunno what the bug is here.
 
 Changing to clean checkout for all Commons components seems unnecessary.
 But a temporary change + forced build + revert the change should fix it.
 I'll try that shortly.
 
 On 11 September 2013 21:26, Oliver Heger oliver.he...@oliver-heger.de wrote:
 Hm, seems that continuum operates on a dirty working copy. The class it
 reports a compilation error no longer exists in this package (it has
 been moved). Does anybody know how to fix this?

 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[114,29]
 cannot find symbol
 symbol  : class DefaultFileSystem
 location: class org.apache.commons.configuration.FileSystem
 [ERROR]
 /home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[137,25]
 cannot find symbol
 symbol  : class DefaultFileSystem
 location: class org.apache.commons.configuration.FileSystem
 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [INFO] BUILD FAILURE

 Oliver

 Am 11.09.2013 22:20, schrieb Continuum@vmbuild:
 Online report : 
 http://vmbuild.apache.org/continuum/buildResult.action?buildId=27463projectId=72

 Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Wed 11 Sep 2013 20:20:07 +
   Finished at: Wed 11 Sep 2013 20:20:30 +
   Total time: 22s
   Build Trigger: Schedule
   Build Number: 299
   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 3.0.2 (r1056850; 2011-01-09 00:58:10+)
   Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
   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: oheger @ Wed 11 Sep 2013 19:37:10 +
 Comment: CatalogResolver no longer uses FileSystem.getInputStream(String, 
 String).

 Instead, in a first step a URL is retrieved via FileLocatorUtils.locate(). 
 Then
 from the URL an input stream is opened. After this change, FileSystem's
 getInputStream(String, String) method is no longer used.
 Files changed:
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/CatalogResolver.java
  ( 1522004 )

 Changed: oheger @ Wed 11 Sep 2013 19:37:53 +
 Comment: Removed getInputStream(String, String) method from FileSystem.

 This method is no longer called by any component.
 Files changed:
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/DefaultFileSystem.java
  ( 1522005 )
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileSystem.java
  ( 1522005 )
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/VFSFileSystem.java
  ( 1522005 )

 
 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.2
 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



 -
 

[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread Continuum@vmbuild
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=27463projectId=72

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed 11 Sep 2013 20:20:07 +
  Finished at: Wed 11 Sep 2013 20:20:30 +
  Total time: 22s
  Build Trigger: Schedule
  Build Number: 299
  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 3.0.2 (r1056850; 2011-01-09 00:58:10+)
  Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
  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: oheger @ Wed 11 Sep 2013 19:37:10 +
Comment: CatalogResolver no longer uses FileSystem.getInputStream(String, 
String).

Instead, in a first step a URL is retrieved via FileLocatorUtils.locate(). Then
from the URL an input stream is opened. After this change, FileSystem's
getInputStream(String, String) method is no longer used.
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/CatalogResolver.java
 ( 1522004 )

Changed: oheger @ Wed 11 Sep 2013 19:37:53 +
Comment: Removed getInputStream(String, String) method from FileSystem.

This method is no longer called by any component.
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/DefaultFileSystem.java
 ( 1522005 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileSystem.java
 ( 1522005 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/VFSFileSystem.java
 ( 1522005 )


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.2
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



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread sebb
The group build definition is set to use SCM update rather than a
clean checkout.
However surely svn update should remove deleted files?
Dunno what the bug is here.

Changing to clean checkout for all Commons components seems unnecessary.
But a temporary change + forced build + revert the change should fix it.
I'll try that shortly.

On 11 September 2013 21:26, Oliver Heger oliver.he...@oliver-heger.de wrote:
 Hm, seems that continuum operates on a dirty working copy. The class it
 reports a compilation error no longer exists in this package (it has
 been moved). Does anybody know how to fix this?

 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[114,29]
 cannot find symbol
 symbol  : class DefaultFileSystem
 location: class org.apache.commons.configuration.FileSystem
 [ERROR]
 /home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[137,25]
 cannot find symbol
 symbol  : class DefaultFileSystem
 location: class org.apache.commons.configuration.FileSystem
 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [INFO] BUILD FAILURE

 Oliver

 Am 11.09.2013 22:20, schrieb Continuum@vmbuild:
 Online report : 
 http://vmbuild.apache.org/continuum/buildResult.action?buildId=27463projectId=72

 Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Wed 11 Sep 2013 20:20:07 +
   Finished at: Wed 11 Sep 2013 20:20:30 +
   Total time: 22s
   Build Trigger: Schedule
   Build Number: 299
   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 3.0.2 (r1056850; 2011-01-09 00:58:10+)
   Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
   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: oheger @ Wed 11 Sep 2013 19:37:10 +
 Comment: CatalogResolver no longer uses FileSystem.getInputStream(String, 
 String).

 Instead, in a first step a URL is retrieved via FileLocatorUtils.locate(). 
 Then
 from the URL an input stream is opened. After this change, FileSystem's
 getInputStream(String, String) method is no longer used.
 Files changed:
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/CatalogResolver.java
  ( 1522004 )

 Changed: oheger @ Wed 11 Sep 2013 19:37:53 +
 Comment: Removed getInputStream(String, String) method from FileSystem.

 This method is no longer called by any component.
 Files changed:
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/DefaultFileSystem.java
  ( 1522005 )
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileSystem.java
  ( 1522005 )
   
 /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/VFSFileSystem.java
  ( 1522005 )

 
 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.2
 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



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

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread Adrian Crum
In my experience, SVN update is unreliable for CI environments, so I 
always use a fresh checkout.


Adrian Crum
Sandglass Software
www.sandglass-software.com

On 9/11/2013 1:51 PM, sebb wrote:

The group build definition is set to use SCM update rather than a
clean checkout.
However surely svn update should remove deleted files?
Dunno what the bug is here.

Changing to clean checkout for all Commons components seems unnecessary.
But a temporary change + forced build + revert the change should fix it.
I'll try that shortly.

On 11 September 2013 21:26, Oliver Heger oliver.he...@oliver-heger.de wrote:

Hm, seems that continuum operates on a dirty working copy. The class it
reports a compilation error no longer exists in this package (it has
been moved). Does anybody know how to fix this?

[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[114,29]
cannot find symbol
symbol  : class DefaultFileSystem
location: class org.apache.commons.configuration.FileSystem
[ERROR]
/home/continuum/continuum-base/data/working-directory/72/src/main/java/org/apache/commons/configuration/FileSystem.java:[137,25]
cannot find symbol
symbol  : class DefaultFileSystem
location: class org.apache.commons.configuration.FileSystem
[INFO] 2 errors
[INFO] -
[INFO]

[INFO] BUILD FAILURE

Oliver

Am 11.09.2013 22:20, schrieb Continuum@vmbuild:

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=27463projectId=72

Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Wed 11 Sep 2013 20:20:07 +
   Finished at: Wed 11 Sep 2013 20:20:30 +
   Total time: 22s
   Build Trigger: Schedule
   Build Number: 299
   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 3.0.2 (r1056850; 2011-01-09 00:58:10+)
   Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
   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: oheger @ Wed 11 Sep 2013 19:37:10 +
Comment: CatalogResolver no longer uses FileSystem.getInputStream(String, 
String).

Instead, in a first step a URL is retrieved via FileLocatorUtils.locate(). Then
from the URL an input stream is opened. After this change, FileSystem's
getInputStream(String, String) method is no longer used.
Files changed:
   
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/resolver/CatalogResolver.java
 ( 1522004 )

Changed: oheger @ Wed 11 Sep 2013 19:37:53 +
Comment: Removed getInputStream(String, String) method from FileSystem.

This method is no longer called by any component.
Files changed:
   
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/DefaultFileSystem.java
 ( 1522005 )
   
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileSystem.java
 ( 1522005 )
   
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/VFSFileSystem.java
 ( 1522005 )


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.2
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





[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-10 Thread Continuum@vmbuild
Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=27460projectId=72

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue 10 Sep 2013 20:21:47 +
  Finished at: Tue 10 Sep 2013 20:22:04 +
  Total time: 17s
  Build Trigger: Schedule
  Build Number: 299
  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 3.0.2 (r1056850; 2011-01-09 00:58:10+)
  Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
  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: oheger @ Tue 10 Sep 2013 19:28:20 +
Comment: Removed obsolete FileSystemBased interface.

The interface was mainly used by classes derived from
AbstractFileConfiguration which no longer exists.
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileSystemBased.java
 ( 1521599 )

Changed: oheger @ Tue 10 Sep 2013 19:28:59 +
Comment: Added new FileLocatorUtils helper class.

This internal helper class provides functionality for locating configuration
files based on different search criteria. Initially, some methods of
ConfigurationUtils have been copied over. The next step is to remove these
methods from ConfigurationUtils and to point calling code to the new class.
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocatorUtils.java
 ( 1521600 )
  
/commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/io/TestFileLocatorUtils.java
 ( 1521600 )

Changed: oheger @ Tue 10 Sep 2013 19:31:15 +
Comment: Moved all FileSystem-related classes to io package.

Functionality used from ConfigurationUtils was switched to be called from
FileLocatorUtils. Some methods which now caused compilation errors in
ConfigurationUtils (because FileUtils was moved, too) have been deleted (they
are replaced by corresponding methods in FileLocatorUtils).
Files changed:
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationUtils.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DefaultFileSystem.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileOptionsProvider.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileSystem.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileUtils.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/VFSFileSystem.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/FileBasedBuilderParametersImpl.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/FileBasedBuilderProperties.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/combined/CombinedConfigurationBuilder.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/DefaultFileSystem.java
 (from 
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DefaultFileSystem.java:1521600)
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileHandler.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocator.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocatorUtils.java
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileOptionsProvider.java
 (from 
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileOptionsProvider.java:1521600)
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileSystem.java
 (from 
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileSystem.java:1521600)
 ( 1521603 )
  
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileUtils.java
 (from 
/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/FileUtils.java:1521600)
 (