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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev