RE: Ant task to find in files

2008-07-10 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 3:20 PM To: user@ant.apache.org Subject: Ant task to find in files /* Hi there, I'd like to seach the files in a fileset and fail my build if any file contains a certain string

Ant task to find in files

2008-07-10 Thread Ext.Manish.Shah
Hi there, I'd like to seach the files in a fileset and fail my build if any file contains a certain string. Is there any functionality in Ant that can do this? I've seen the Replace task, but all I want is a Find task. It seems such an obvious emmision, that I'm sure I just don't know what to lo