https://issues.apache.org/bugzilla/show_bug.cgi?id=43282
--- Comment #5 from Curt Arnold <[email protected]> 2010-06-04 23:59:24 EDT --- Thanks for the bug report, sorry about the delay in response. I have not yet investigated the reported issue with log4j 1.2.16, but made an initial attempt to add OSGi metadata to log4j-extras and would appreciate your review. There are two classes org.apache.log4j.xml.XSLTLayout and org.apache.log4j.varia.SoundAppender that are in packages also exported by log4j. I looked into split packages, but it looked highly likely that I would get it wrong, so I've left those classes unaccessible. Here is the generated manifest for extras, do you see anything troubling? Manifest-Version: 1.0 Export-Package: org.apache.log4j.extras;uses:="javax.xml.parsers,org.w 3c.dom,org.xml.sax,org.apache.log4j.config,org.apache.log4j.or",org.a pache.log4j.filter;uses:="org.apache.log4j.extras,org.w3c.dom,org.apa che.log4j.rule",org.apache.log4j.rolling;uses:="org.apache.log4j.extr as,org.w3c.dom",org.apache.log4j.rule Built-By: curta Tool: Bnd-0.0.357 Bundle-Name: Apache Extras Companion for log4j 1.2. Created-By: Apache Maven Bundle Plugin Bundle-Vendor: Apache Software Foundation Build-Jdk: 1.6.0_18 Bundle-Version: 1.1.0.SNAPSHOT Bnd-LastModified: 1275709540450 Bundle-ManifestVersion: 2 Bundle-Description: This companion provides additional appenders, filt ers and other capabilities for log4j 1.2. Several of these were bac kported from the abandoned log4j 1.3 development effort. Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-DocURL: http://logging.apache.org/log4j/companions/extras/index .html Bundle-SymbolicName: log4j.apache-log4j-extras Import-Package: javax.xml.parsers,javax.xml.transform,javax.xml.transf orm.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.apache .log4j.config,org.apache.log4j.extras,org.apache.log4j.filter,org.apa che.log4j.or,org.apache.log4j.rolling,org.apache.log4j.rule,org.w3c.d om,org.xml.sax,org.xml.sax.helpers Name: org.apache.log4j Implementation-Vendor: Apache Software Foundation Implementation-Title: Apache Extras Companion for log4j 1.2. Implementation-Version: 1.1-SNAPSHOT -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
