[slf4j-dev] [Bug 73] New: implementations should be declared as an OSGI fragment to slf4j-api

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Feb 19 10:53:01 CET 2008


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

           Summary: implementations should be declared as an OSGI fragment
                    to slf4j-api
           Product: SLF4J
           Version: 1.4.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Implementations
        AssignedTo: dev at slf4j.org
        ReportedBy: infobox.oleg at wo.cz


If I add slf4j-api-1.4.3 and slf4j-log4j12-1.4.3 to the Eclipse RCP target
platform, I'm not able to export the application due to cycle dependency (API
depends on impl package to provide implementation and impl depends on API to
define API).

Fix:
Just add this line to every MANIFEST.MF of the JAR providing org.slf4j.impl:

Fragment-Host: slf4j.api

Then all works nicely.


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



More information about the slf4j-dev mailing list