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=10497>. 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=10497 Provide native2ascii as a FilterReader Summary: Provide native2ascii as a FilterReader Product: Ant Version: 1.5Beta3 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be very convenient to use native2ascii as part of a filterchain. Two convenience methods <native2ascii/> and <ascii2native/> should be provided. <copy todir="${out.src.dir}"> <fileset dir="${src.dir}"> <patternset refid="all.src.files"/> </fileset> <filterchain> <ascii2native/> <replacetokens/> </filterchain> </copy> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
