You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2017/04/11 14:21:51 UTC

[Bug 60968] linecontainsregexp doesn't support the "regexp" attribute

https://bz.apache.org/bugzilla/show_bug.cgi?id=60968

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
Thanks, you are correct.

Actually this is only half of the story, when you use the syntax of

<filterreader classname="org.apache.tools.ant.filters.LineContainsRegExp">
  <param type="regexp" value="foo"/>
</filterreader>

then it works, it is just not exposed as attribute on the <linecontainsregex>
element.

Rather than documenting the fact, I'll add the attribute to the upcoming
releases and add an appropriate since marker to the manual.

-- 
You are receiving this mail because:
You are the assignee for the bug.