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=27463&projectId=72 > > Build statistics: > State: Failed > Previous State: Failed > Started at: Wed 11 Sep 2013 20:20:07 +0000 > Finished at: Wed 11 Sep 2013 20:20:30 +0000 > 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+0000) > 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 +0000 > 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 +0000 > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
