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

--- Comment #2 from subes <[email protected]> 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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to