DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11046>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11046 Improper warning message generated when using inline jar manifest Summary: Improper warning message generated when using inline jar manifest Product: Ant Version: 1.5 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am creating a jar thus: <jar jarfile="${lib.dir}/${jar.name}" index="true" filesonly="true" basedir="${build.dir}"> <manifest> <attribute name="main-class" value="${mainpackage}.Main" /> </manifest> </jar> My jar is created properly with the manifest specified inline. However, I also receive this warning message: [jar] File D:\larva\build\META-INF\MANIFEST.MF includes a META-INF/MANIFEST.MF which will be ignored. To include this file, set filesetManifest to a value other than 'skip'. The manifest file to which the above warning refers is present, but was not created by me. This is just an annoyance, but I would be reluctant to have anyone else build my project knowing they would receive a perplexing message. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
