You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mi...@Bull.com on 2005/06/23 21:39:25 UTC

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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org