sonatype / install4j-support

Install4j Support
http://sonatype.github.io/install4j-support/
11 stars 11 forks source link

slf4j warnings shown in console installer mode #6

Closed jdillon closed 9 years ago

jdillon commented 12 years ago

''' control@ubuntu:~$ sh ./nexus-pro-trial_unix_2.2-SNAPSHOT.sh -c Starting Installer ... SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/control/nexus-pro-trial_unix_2.2-SNAPSHOT.sh.10657.dir/user.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/control/nexus-pro-trial_unix_2.2-SNAPSHOT.sh.10657.dir/user/install4j-slf4j.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.sonatype.install4j.slf4j.Install4jLoggerFactory] '''

jdillon commented 12 years ago

This appears to only be an issue if you include extra jars in the project as well as have those jars in the extensions directory.