fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 23 forks source link

is the `jul` in `[org.slf4j/jul-over-slf4j "1.7.12"]` a typo? #4

Closed lsh-0 closed 8 years ago

lsh-0 commented 8 years ago

I'm getting this when following instructions in README to add deps to project:

Could not find artifact org.slf4j:jul-over-slf4j:jar:1.7.12 in central (https://repo1.maven.org/maven2/) Could not find artifact org.slf4j:jul-over-slf4j:jar:1.7.12 in clojars (https://clojars.org/repo/) This could be due to a typo in :dependencies or network issues.

I also couldn't find much mention of that library anywhere via google.

... I was wondering if [org.slf4j/jul-over-slf4j "1.7.12"] is a typo of [org.slf4j/jcl-over-slf4j "1.7.12"] beneath it ?

If not, this dependency is broken.

fzakaria commented 8 years ago

You are right. For JUL it is jul-to-slf4j becaue JUL is special otherwise the naming convention is to use over.

http://www.slf4j.org/legacy.html

I'll edit the README

lsh-0 commented 8 years ago

Thanks for fixing this. On 20 Nov 2015 18:30, "Farid Zakaria" notifications@github.com wrote:

Closed #4 https://github.com/fzakaria/slf4j-timbre/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/fzakaria/slf4j-timbre/issues/4#event-470700447.

fzakaria commented 8 years ago

Thanks for the PR!

Farid Zakaria

On Fri, Nov 20, 2015 at 10:51 AM, Luke Skibinski notifications@github.com wrote:

Thanks for fixing this. On 20 Nov 2015 18:30, "Farid Zakaria" notifications@github.com wrote:

Closed #4 https://github.com/fzakaria/slf4j-timbre/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/fzakaria/slf4j-timbre/issues/4#event-470700447.

— Reply to this email directly or view it on GitHub https://github.com/fzakaria/slf4j-timbre/issues/4#issuecomment-158492328 .