Hi guys. Sorry I've been having trouble keeping up lately. Saw this stuff but missed the intervening discussion. Started playing today with adding refid support, etc., but after awhile it occurred to me that we already had this covered, e.g.:<resourcecount count="1"> <restrict> <file file="${file}" /> <contains text="text" casesensitive="false" xmlns="antlib:org.apache.tools.ant.types.resources.selectors" /> </restrict> </resourcecount> Note that this approach supports any resource type right off the bat. Actually with the suggested "add" idiom, <resourcecontains> should be rewritten as a macrodef. :|
Well that's definitely simpler than having a custom task in Java! I think that's probably the way to go as we already have the basic building blocks available. Kev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
