Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Failed to load class "org.slf4j.impl.StaticLoggerBinder" running tycho inside IDE

This is just a warning, you can safely igore it if everything else works.
-- 
Sent from my SGS

"Cristiano Gavião" <cvgaviao@xxxxxxxxx> wrote:

>Hi,
>
>Normally I use the console to run my tycho builds, but today I use the 
>internal eclipse maven to do that.
>
>I'm getting this message errors:
>> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
>> SLF4J: Defaulting to no-operation (NOP) logger implementation
>> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
>> further details.
>> [INFO] Scanning for projects...
>
>Could someone give a tip how to fix this ?
>
>I've tried to add the slf4j dependencies to the parent pom, but didn't 
>help. :/
>
>>     <dependencies>
>>         <dependency>
>>             <groupId>org.slf4j</groupId>
>>             <artifactId>slf4j-api</artifactId>
>>             <version>1.6.6</version>
>>         </dependency>
>>         <dependency>
>>             <groupId>org.slf4j</groupId>
>>             <artifactId>slf4j-simple</artifactId>
>>             <version>1.6.6</version>
>>         </dependency>
>>     </dependencies>
>
>
>thanks,
>
>Cristiano
>_______________________________________________
>tycho-user mailing list
>tycho-user@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top