Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Carlos Ospina
Thanks for the quick response.

I'm indeed using JDK 1.7 u51. I tested jdk 1.6 and it fixed the issue.

I need to use JDK 1.7 though, but maven is not accepting version
1.7.1-SNAPSHOT... not yet at least.  I guess I have to configure a new
repository in my pom.xml... I'll get to that.

Thanks again.
On Jan 24, 2014 10:51 AM, Andrew Phillips andr...@apache.org wrote:

 There is an outstanding issue with a conflict between the version of
  Guava and Java 7u51 that is being worked on the moment, see


 Thanks for spotting that, Graham!

 @Carlos: the error indeed looks like JCLOUDS-427. Are you running on 7u51?
 If so, can you try on an older version of Java for the time being? Or see
 [1] for more options.

 Regards

 ap

 [1] http://apache.markmail.org/thread/637ayb6d6uz36bam



Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Ignasi Barrera
Hi!

Here you'll find how to configure the snapshot repository:
http://jclouds.apache.org/documentation/userguide/installation-guide/#snapshot

On 24 January 2014 17:07, Carlos Ospina carlos.osp...@gmail.com wrote:
 Thanks for the quick response.

 I'm indeed using JDK 1.7 u51. I tested jdk 1.6 and it fixed the issue.

 I need to use JDK 1.7 though, but maven is not accepting version
 1.7.1-SNAPSHOT... not yet at least.  I guess I have to configure a new
 repository in my pom.xml... I'll get to that.

 Thanks again.

 On Jan 24, 2014 10:51 AM, Andrew Phillips andr...@apache.org wrote:

 There is an outstanding issue with a conflict between the version of
 Guava and Java 7u51 that is being worked on the moment, see


 Thanks for spotting that, Graham!

 @Carlos: the error indeed looks like JCLOUDS-427. Are you running on 7u51?
 If so, can you try on an older version of Java for the time being? Or see
 [1] for more options.

 Regards

 ap

 [1] http://apache.markmail.org/thread/637ayb6d6uz36bam


Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Andrew Phillips

I'm indeed using JDK 1.7 u51. I tested jdk 1.6 and it fixed the issue.


Sorry, I should have been more explicit: you can use any 1.7 version  
up to 7u45. It's *just* 7u51 that suffers from this problem ;-)


Hope that helps!

ap