On Mon, Jul 23, 2012 at 10:48 AM, Ralph Goers <ralph.go...@dslextreme.com>wrote:
> I did a fresh checkout and got the same error. Although I am using Maven > 3.0.3 and you are using 3.0.4 I think it is unlikely to be the cause. More > likely is that I am on a Mac and you are on Windows. > > Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) > Maven home: /usr/share/maven > Java version: 1.6.0_33, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac" > Arg, do you have time to debug that one? Anyone else w/ a Mac handy? I am guessing Linux is OK or Continuum would have complained here: http://vmbuild.apache.org/continuum/buildResults.action?projectId=129&projectGroupId=16 Gary > > Ralph > > On Jul 23, 2012, at 5:04 AM, Gary Gregory wrote: > > > Maven work for me with: > > > >> m3 clean test > > > > Can you check that you have the latest from SVN? > > > >> m3 -version > > Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) > > Maven home: C:\Java\apache-maven-3.0.4\bin\.. > > Java version: 1.6.0_31, vendor: Sun Microsystems Inc. > > Java home: C:\Program Files\Java\jdk1.6.0_31\jre > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > > > Thank you, > > Gary > > > > On Mon, Jul 23, 2012 at 3:22 AM, Ralph Goers <ralph.go...@dslextreme.com > >wrote: > > > >> I was going to try to see if I could do it but I am getting a unit test > >> failure. > >> > >> > >> > ------------------------------------------------------------------------------- > >> Test set: org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase > >> > >> > ------------------------------------------------------------------------------- > >> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.145 > sec > >> <<< FAILURE! > >> junit.framework.TestSuite@3dd06d02 > (org.apache.commons.vfs2.test.ProviderTestSuite) > >> Time elapsed: 3.144 sec <<< ERROR! > >> org.apache.commons.vfs2.FileSystemException: Unknown message with code > >> "org.apache.commons.vfs2.FileNotFoundException Could not read from > >> > "file:///Users/rgoers/projects/apache/commons/vfs/trunk/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:128) > >> at junit.extensions.TestSetup.run(TestSetup.java:27) > >> at > >> > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) > >> at > >> > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236) > >> at > >> > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134) > >> at > >> > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113) > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> at > >> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >> at > >> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >> at java.lang.reflect.Method.invoke(Method.java:597) > >> at > >> > org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) > >> at > >> > org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) > >> at > >> > org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) > >> at > >> > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) > >> at > >> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) > >> > >> > >> > >> > >> On Jul 22, 2012, at 10:53 PM, Gary Gregory wrote: > >> > >>> Ugh, I hate these Maven problems. > >>> > >>> With the command below, Maven hangs on: > >>> > >>> [INFO] --- maven-gpg-plugin:1.4:sign (default) @ commons-vfs2-project > --- > >>> > >>> My set up works for other Commons component when I use -Prelease > >>> > >>> Arg... > >>> > >>> Gary > >>> > >>> On Mon, Jul 23, 2012 at 12:46 AM, Ralph Goers < > >> ralph.go...@dslextreme.com>wrote: > >>> > >>>> If I recall correctly you should just need to do > >>>> > >>>> mvn -P apache-release deploy > >>>> > >>>> Ralph > >>>> > >>>> On Jul 22, 2012, at 9:38 PM, Gary Gregory wrote: > >>>> > >>>>> How do I do it? > >>>>> > >>>>> For other commons components, I do "mvn deploy -Prelease" but with > VFS > >> I > >>>>> get an error. > >>>>> > >>>>> Help? > >>>>> > >>>>> Thank you, > >>>>> Gary > >>>>> > >>>>> -- > >>>>> 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 > >>>> > >>>> > >>>> --------------------------------------------------------------------- > >>>> 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 > >> > >> > >> --------------------------------------------------------------------- > >> 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 > > > --------------------------------------------------------------------- > 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