DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44370>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44370 ------- Additional Comments From [EMAIL PROTECTED] 2008-02-06 12:29 ------- I've confirmed it is a change from log4j 1.2.14 and earlier. It may have been a mistake when writing the Maven POM file, but it may have been intentional and needs a bit more research to see if there was a motivation behind the change. >From >http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Manifest%20Specification The individual sections define various attributes for packages or files contained in this JAR file. Not all files in the JAR file need to be listed in the manifest as entries, but all files which are to be signed must be listed. The manifest file itself must not be listed. Each section must start with an attribute with the name as "Name", and the value must be a relative path to the file, or an absolute URL referencing data outside the archive. So the name definitely should be separated with slashes. MANIFEST.MF is generated from the specification in pom.xml. Any patch would be against pom.xml. Also, it would be good to try to coordinate this with any changes related to http://issues.apache.org/bugzilla/show_bug.cgi?id=43282 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
