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=41982>. 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=41982 Summary: zipgroupfileset does not support filelist Product: Ant Version: 1.7.0 Platform: Other OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P1 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I like the new Resource Collection stuff, but here is a corner case that seems to have been missed: I cannot specify the following: <filelist dir="V:\" id="my.libs"> <file name="Libs1.jar" /> <file name="Libs2.jar" /> </filelist> <zip destfile="input.jar" duplicate="preserve"> <zipgroupfileset refid="my.libs"/> </zip> I can't use a fileset for the list of libraries because the order of merging is important, and fileset will occasionally re-order stuff (which is natural, since it's a set). -- 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]