Running the replace target it returning an interesting message in that the target is locating n occurrences of a given pattern, but the number of files impacted by the pattern substitution is always zero.
<target name="demo"> <replace token="foo" value="bar" dir="." summary="true"> <include name="**/*.*"/> </replace> </target> Probably a bug somewhere in the works. Cheers, Steve. -------------------------- Stephen McConnell mailto:[EMAIL PROTECTED] http://www.dpml.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]