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=10262>. 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=10262 Jar task with index and update produces multiple INDEX.LISTs Summary: Jar task with index and update produces multiple INDEX.LISTs Product: Ant Version: 1.5Beta3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The jar task produces multiple META-INF/INDEX.LIST entries when the index and update attributes are both set to true. Essentially any META-INF/INDEX.LIST entries that already existed in the JAR are retained and a new INDEX.LIST is added. Only the new INDEX.LIST should be maintained. Working around this "feature" and doing more dependency checking than the jar task does by default has led to almost 300 lines of Ant script to produce/update one Jar! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
