On Fri, 10 Jan 2003, Jose Alberto Fernandez
<[EMAIL PROTECTED]> wrote:

> I am not sure I understood, do <linecontainsregexp> and
> <replaceregexp> already exists or are those just the names you are
> proposing for them?

They exist (<replaceregexp> is a(n optional) task, not a filter,
though) in 1.5.

   <copy file="${basedir}/CVS/Tag" tofile="curtag.txt"/>
   <replaceregexp file="curtag.txt" match=".\(.*\)" replace="\1"/>
   <loadfile property="curbranch" srcFile="curtag.txt">
       <filterchain>
           <striplinebreaks/>
       </filterchain>
   </loadfile>
   <delete file="curtag.txt"/>

is a way without sed, that is as silly as your original 8-)

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to