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=28353>. 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=28353 zipfileset does not accept custom selectors Summary: zipfileset does not accept custom selectors Product: Ant Version: 1.6.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I tried using a custom selector (added using Project.addTypeDefinition()) in a <zipfileset/> and it failed to recognize it. The same selector in a plain <fileset/> worked fine. The documentation for <zipfileset/> says it accepts the same elements as <fileset/> in addition to .... somehow it is not the case, eventhough <zipfileset/> extends <fileset/>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]