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=19845>. 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=19845 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-23 03:29 ------- Created an attachment (id=17269) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17269&action=view) [PATCH] add failonerror to Filter and FilterSet This works, but only if failonerror comes before file. I tried to add an execute method but it didn't get called. If there is a way to fix this please let me know. I'll update the documentation whatever else needs to be done, if the code change is accepted. Here's a usage example. <filter failonerror="false" filtersfile="dne.filter.properties"/> <copy todir="c:\temp" verbose="true" file="build.xml"> <filterset> <filtersfile failonerror="false" file="dne.filterset.properties"/> </filterset> </copy> -- 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]