The help doc for replaceregexp shows and example of a fileset. The nested <includes...> element is incorrect. This should be <include name=*.properties/> element. I'm thinking the author was intending the includes attribute of the task itself perhaps.
<replaceregexp byline="true"> <regexp pattern="OldProperty=(.*)"/> <substitution expression="NewProperty=\1"/> <fileset dir="."> <includes="*.properties"/> </fileset> </replaceregexp> Michael Giroux --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
