You´re right - thanks.
I´ll change that on the weekend.
Jan
ant/docs/manual/OptionalTasks/replaceregexp.html
<replaceregexp byline="true">
<regexp pattern="OldProperty=(.*)"/>
<substitution expression="NewProperty=\1"/>
<fileset dir=".">
- <includes="*.properties"/>
+ <includes name="*.properties"/>
</fileset>
</replaceregexp>
>-----Ursprüngliche Nachricht-----
>Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 23. Juni 2005 21:39
>An: [email protected]
>Betreff: Error in replaceregexp example
>
>
>
>
>
>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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]