I've updated VFS trunk to Java 6 to avoid getting stuck on older versions of jars and further moving VFS in the 21st century ;) Tasked as VFS-415.
Gary On Sat, May 12, 2012 at 4:21 PM, Continuum@vmbuild <contin...@apache.org>wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=22055&projectId=129 > > Build statistics: > State: Failed > Previous State: Ok > Started at: Sat 12 May 2012 20:20:57 +0000 > Finished at: Sat 12 May 2012 20:21:31 +0000 > Total time: 33s > Build Trigger: Schedule > Build Number: 162 > 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-31-server" arch: "amd64" > Family: "unix" > > > **************************************************************************** > SCM Changes: > > **************************************************************************** > Changed: ggregory @ Fri 20 Apr 2012 12:16:33 +0000 > Comment: [VFS-410][SFTP] SftpFileObject getInputStream(long) reads the > whole file into memory. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileObject.java > ( 1328346 ) > /commons/proper/vfs/trunk/src/changes/changes.xml ( 1328346 ) > > Changed: ggregory @ Fri 20 Apr 2012 13:16:29 +0000 > Comment: [VFS-395][POM] Declare maven-scm-* dependencies as optional. > Removed the offeding plugins. > Files changed: > /commons/proper/vfs/trunk/pom.xml ( 1328366 ) > /commons/proper/vfs/trunk/src/changes/changes.xml ( 1328366 ) > > Changed: ggregory @ Tue 24 Apr 2012 12:36:56 +0000 > Comment: [VFS-395][POM] Remove maven-scm-* dependencies. > Files changed: > /commons/proper/vfs/trunk/src/changes/changes.xml ( 1329676 ) > > Changed: ggregory @ Wed 25 Apr 2012 12:43:39 +0000 > Comment: Better constant name. > Files changed: > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java > ( 1330247 ) > > Changed: ggregory @ Wed 25 Apr 2012 12:45:10 +0000 > Comment: Better lvar name. > Files changed: > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java > ( 1330249 ) > > Changed: ggregory @ Wed 25 Apr 2012 18:26:50 +0000 > Comment: Refactor for a new test to check that we can make multiple > connections to an FTP server via the underlying Commons Net code. This is > OK with FTP but not with FTPS. The FTPS test is not committed yet. > Files changed: > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java > ( 1330468 ) > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/MultipleConnectionTestCase.java > ( 1330468 ) > > Changed: ggregory @ Wed 25 Apr 2012 18:50:46 +0000 > Comment: Refactor for a new test to check that we can make multiple > connections to an FTP server via the underlying Commons Net code. This is > OK with FTP but not with FTPS. The FTPS test is not committed yet. > Files changed: > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java > ( 1330483 ) > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/MultipleConnectionTestCase.java > ( 1330483 ) > > Changed: ggregory @ Sat 12 May 2012 20:07:08 +0000 > Comment: [VFS-414][FTP] Add config API to set the file type. > [VFS-182][FTP] Usage of FTP with heterogeneous FTP server (possibility of > using Ascii file type). > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java > ( 1337627 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties > ( 1337627 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java > ( 1337627 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java > ( 1337627 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileType.java > ( 1337627 ) > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java > ( 1337627 ) > /commons/proper/vfs/trunk/src/changes/changes.xml ( 1337627 ) > > Changed: ggregory @ Sat 12 May 2012 20:16:03 +0000 > Comment: Order members alphabetically. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java > ( 1337634 ) > > > **************************************************************************** > Dependencies Changes: > > **************************************************************************** > No dependencies changed > > > > **************************************************************************** > Build Definition: > > **************************************************************************** > POM filename: pom.xml > Goals: clean deploy > Arguments: --batch-mode -Pjava-1.5 > Build Fresh: false > Always Build: false > Default Build Definition: true > Schedule: COMMONS_SCHEDULE > Profile Name: Maven 2.2.1 > Description: Default Maven 2 Build Definition (Java 1.5) > > > **************************************************************************** > Test Summary: > > **************************************************************************** > Tests: 3 > Failures: 0 > Errors: 0 > Success Rate: 100 > Total time: 0.074999996 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory