Just an idea <replaceregexp byline="true"> <regexp pattern="..(.*)"/> <substitution expression="\1"/>
<fileset ...> </replaceregexp> Jan >-----Ursprüngliche Nachricht----- >Von: Karr, David [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 24. Juni 2005 06:31 >An: Ant Users List >Betreff: Ant 1.5.4: How to do general text transformations on a file? > >Due to a bug in the Weblogic wlwBuild task (it doesn't matter >what the bug is), I'm trying to figure out how I can do a >simple text transformation on every line of a text file. In >particular, I need to remove the first two characters from >every line of a file. It's simply a question of whether it's >easier to develop a workaround or work with BEA to get a fix >for the bug. If doing this transformation is easy to do (I >don't see how to do it), then I'll settle for this for now and >work with BEA in the background. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
