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 2018/05/01 05:52:15 UTC

[Bug 62313] LoadProperties + LineContains filter automatically defaults to AND operation

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

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.10.4

--- Comment #2 from Jaikiran Pai <ja...@apache.org> ---
linecontains has now been enhanced to allow a "matchAny" attribute which when
set to true will match any (instead of all) of the specified strings. By
default the value of this attribute is false which means it will retain the
current behaviour of expecting the line to contains all of the specified
strings.

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