[slf4j-dev] [Bug 205] make multiple bindings check more intelligent

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri May 13 20:48:16 CEST 2011


http://bugzilla.slf4j.org/show_bug.cgi?id=205

--- Comment #2 from subes <gsubes at gmail.com> 2011-05-13 20:48:16 CEST ---
nevermind, I fixed this in the meantime by changing the setup of my eclipse
project classpath generator.

now projects reference the same file (via transitive dependencies), so eclipse
only loads the lib once for the classpath.

example:

projectA/
  - lib/
    - slf4j.jar
eclipse-build-path: lib/slf4j.jar

projectB/
  - lib/
    - slf4j.jar (ignored in cp)
eclipse-build-path: /projectA, /projectA/lib/slf4j.jar

thus projectB which has a dependency on projectA loads slf4j.jar from projectA
directly.

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list