Hi Andrew

I've downloaded manually some jars in order to compile

JCloudsNova class
(http://jclouds.apache.org/documentation/quickstart/openstack/),

but whn I try to run the example class a NoSuchMethodError has been raised:

java.lang.NoSuchMethodError:
com.google.common.collect.ImmutableSet.builder()Lcom/google/common/collect/ImmutableSet$Builder;
        at org.jclouds.providers.Providers.all(Providers.java:84)
        at org.jclouds.providers.Providers.withId(Providers.java:101)

        at org.jclouds.ContextBuilder.newBuilder(ContextBuilder.java:166)
        at client.JCloudsNova.init(JCloudsNova.java:50)
        at client.JCloudsNova.main(JCloudsNova.java:31)

thanks

luke

P.S.: I usually use ant in my project not  maven



2014/1/8 Andrew Phillips <[email protected]>

>  ----------
>> 1) org.apache.jclouds:jclouds-all:jar:1.7.0
>>
>>   Try downloading the file manually from the project website.
>>
>
> This file certainly *is* in Maven Central:
>
> http://repo1.maven.org/maven2/org/apache/jclouds/jclouds-
> all/1.7.0/jclouds-all-1.7.0.pom
>
> Could you try downloading this simply from a browser, or from the command
> line? If that works, could you try running your Ant build again? If that
> *also* doesn't work, do you perhaps have a firewall or so blocking
> connections?
>
> ap
>

Reply via email to