[g...@vmgump]: Project logging-log4j-chainsaw (in module logging-chainsaw) failed

2008-02-06 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-chainsaw has an issue affecting its community integration. This iss

DO NOT REPLY [Bug 44370] - MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread Dominique Laurent
Hi Curt, What you can use with dots is "Extension-Name" e.g. Extension-Name: org.apache.log4j but "Name" needs slashes and using "Name" with dots prevents Package#getImplementationVersion() from returning something useful. So you could have: Extension-Name: org.apache.log4j Name: org/apache/lo

DO NOT REPLY [Bug 44370] - MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 44370] New: - MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[g...@vmgump]: Project logging-log4j-chainsaw (in module logging-chainsaw) failed

2008-02-06 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-chainsaw has an issue affecting its community integration. This iss

Re: MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread Curt Arnold
On Feb 6, 2008, at 9:32 AM, Dominique Laurent wrote: Hi, Just to let you know that the manifest (MANIFEST.MF) in log4j-1.2.15.jar uses: Name: org.apache.log4j instead of Name: org/apache/log4j/ Note the dot '.' instead of the slash '/'. It means that the following piece of code:

MANIFEST.MF broken in log4j-1.2.15.jar

2008-02-06 Thread Dominique Laurent
Hi, Just to let you know that the manifest (MANIFEST.MF) in log4j-1.2.15.jaruses: Name: org.apache.log4j instead of Name: org/apache/log4j/ Note the dot '.' instead of the slash '/'. It means that the following piece of code: String implementationVersion = org.apache.log4j.Appende