Re: Search Task in ANT

2005-07-27 Thread Matt Benson
If you wanted just to make note of the matching files, you could do: files containing foo: ${foofiles} If you wanted to actually write the matching text, you might do this: lines containing foo: If you needed to know which matching text came from which f

Re: Search Task in ANT

2005-07-27 Thread KrustyDerClown
Hi, i dont want anything replace. :) I just want search and (if the process find a match) write something to a file. Greets Oliver - Original Message - From: <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, July 27, 2005 5:18 PM Subject: AW: Search Task in ANT ? Ja