You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Sofiane Bendoukha <sa...@hotmail.com> on 2014/08/18 15:59:48 UTC

SLF4JLoggingModule cannot be resolved to a type

Hello Everybody,

can you please explain why I am getting this error. I downloaded all 
required jars.

I am working under jclouds 1.8.

Thanks,

Sofiane.

Re: SLF4JLoggingModule cannot be resolved to a type

Posted by Andrew Phillips <an...@apache.org>.
> Thank you very much Ignasi Barrera, it's working now.

Glad to hear you were able to get it working!

ap

Re: SLF4JLoggingModule cannot be resolved to a type

Posted by Sofiane Bendoukha <sa...@hotmail.com>.
Thank you very much Ignasi Barrera, it's working now.

@ Andrew Philips: next time I will try to provide more info about the 
bug. By the way this bug is related to this 
http://www.mail-archive.com/user@jclouds.apache.org/msg00881.html, which 
still not resolved.

Now I fixed the problem manually but I like to download the jars as 
usual using ant.

Regards,

Sofiane.
On 18.08.2014 16:04, Ignasi Barrera wrote:
> Hi Sofiane,
>
> Try adding this dependency to your pom.xml:
>
> <dependency>
>     <groupId>org.apache.jclouds.driver</groupId>
>     <artifactId>jclouds-slf4j</artifactId>
>     <version>1.8.0</version>
> </dependency>
>
>
> HTH!
>
> I.
>
> On 18 August 2014 15:59, Sofiane Bendoukha <sa...@hotmail.com> wrote:
>> Hello Everybody,
>>
>> can you please explain why I am getting this error. I downloaded all
>> required jars.
>>
>> I am working under jclouds 1.8.
>>
>> Thanks,
>>
>> Sofiane.


Re: SLF4JLoggingModule cannot be resolved to a type

Posted by Ignasi Barrera <na...@apache.org>.
Hi Sofiane,

Try adding this dependency to your pom.xml:

<dependency>
   <groupId>org.apache.jclouds.driver</groupId>
   <artifactId>jclouds-slf4j</artifactId>
   <version>1.8.0</version>
</dependency>


HTH!

I.

On 18 August 2014 15:59, Sofiane Bendoukha <sa...@hotmail.com> wrote:
> Hello Everybody,
>
> can you please explain why I am getting this error. I downloaded all
> required jars.
>
> I am working under jclouds 1.8.
>
> Thanks,
>
> Sofiane.

Re: SLF4JLoggingModule cannot be resolved to a type

Posted by Andrew Phillips <an...@apache.org>.
> can you please explain why I am getting this error. I downloaded all
> required jars.

Could you put the code you're using and the exact stacktrace you're  
getting into a Gist or Pastie [1]?

Regards

ap

[1] http://jclouds.apache.org/reference/report-a-bug/