Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-14 Thread Herwig Hochleitner
2015-07-13 18:50 GMT+02:00 Tim Gilbert : > > http://pastebin.com/js93Mrzw > > ...and in fact the only way I can get it to pass dependency checks is if I > add a lot of :exclusions, up to and including org.slf4j/slf4j-api at which > point it aborts with a runtime error "java.lang.ClassNotFoundExcep

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-13 Thread Tim Gilbert
I'm not sure if it's something else in my project's somewhat baroque dependency tree that causes this, but after I add lein-collisions to my project's plugins, I'm unable to get it to pass lein's :pedantic? tests due to overlapping versions in its own dependencies: http://pastebin.com/js93Mrzw

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-13 Thread Herwig Hochleitner
2015-07-09 19:01 GMT+02:00 Andy Fingerhut : > I think it would be helpful to include that text in your README on Github > somewhere. > Done. Good idea, thanks Andy! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Kevin Corcoran
Herwig, Thanks for the explanation! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Andy Fingerhut
Herwig: Great examples of why lein-collisions is useful. I think it would be helpful to include that text in your README on Github somewhere. Andy On Thu, Jul 9, 2015 at 9:00 AM, Herwig Hochleitner wrote: > 2015-07-08 18:41 GMT+02:00 Kevin Corcoran : > >> >> The projects on which I work alrea

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Herwig Hochleitner
​So long story short, you want both :pedantic and lein-collisions -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with you

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Herwig Hochleitner
2015-07-08 18:41 GMT+02:00 Kevin Corcoran : > > The projects on which I work already use lein's :pedantic? flag. Is there > any reason we might want to use lein-collisions instead of :pedantic? > > Hi Kevin, if I understand :pedantic correctly, it catches cases, where transitive dependencies wou

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Kevin Corcoran
Hi Herwig,​ This looks nice, thanks for contributing. One question, though: The projects on which I work already use lein's :pedantic? flag. Is there any reason we might want to use lein-collisions instead of :pedantic? - Kevin -- You received this message because you are subscribed to the Go

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-09 Thread Herwig Hochleitner
[lein-collisions "0.1.2"] now working properly with resource directories​ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

[ANN] lein-collisions: a plugin to find classpath collisions

2015-07-08 Thread Herwig Hochleitner
Dear Community, I'm releasing https://github.com/webnf/lein-collisions Running it on your projects and libraries is highly recommended, because classpath collisions can be the source of some very confusing errors and inconsistencies. thanks -- You received this message because you are subscrib