You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/07/05 08:34:15 UTC

DO NOT REPLY [Bug 10497] New: - Provide native2ascii as a FilterReader

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: ant-dev@jakarta.apache.org
        ReportedBy: koegel@yahoo.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>