Also failing here: https://builds.apache.org/job/commons-vfs-trunk/
but not for the same reason (looks more like jenkins config/resources issue) On Tue, Jan 29, 2013 at 4:49 PM, Ryan McKinley <ryan...@gmail.com> wrote: > are trunk tests failing for anyone else? > > I get: > junit.framework.TestSuite@3cf7d6ff(org.apache.commons.vfs2.test.ProviderTestSuite) > Time elapsed: 8426 sec <<< ERROR! > org.apache.commons.vfs2.FileSystemException: Unknown message with code > "org.apache.commons.vfs2.FileNotFoundException Could not read from > "file:///Users/ryan/workspace/apache/vfs/core/target/test-classes/test-data/write-tests/file1.txt" > because it is a not a file.". > at > org.apache.commons.vfs2.provider.ram.RamFileSystem.toRamFileObject(RamFileSystem.java:289) > at > org.apache.commons.vfs2.provider.ram.RamFileSystem.toRamFileObject(RamFileSystem.java:254) > at > org.apache.commons.vfs2.provider.ram.RamFileSystem.toRamFileObject(RamFileSystem.java:254) > at > org.apache.commons.vfs2.provider.ram.RamFileSystem.importTree(RamFileSystem.java:231) > at > org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase.getBaseTestFolder(RamProviderTestCase.java:90) > at > org.apache.commons.vfs2.test.AbstractTestSuite.setUp(AbstractTestSuite.java:166) > at junit.extensions.TestSetup$1.protect(TestSetup.java:22) > at junit.framework.TestResult.runProtected(TestResult.java:142) > > ... > > > My environment is: > > bicho:vfs ryan$ mvn --version > Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800) > Maven home: /usr/share/maven > Java version: 1.7.0_11, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.7.0_11.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac" > > > thanks > ryan > > >