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 2010/04/03 08:40:38 UTC

DO NOT REPLY [Bug 42143] Boolean expressions in if and unless attributes

https://issues.apache.org/bugzilla/show_bug.cgi?id=42143

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

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

--- Comment #3 from Stefan Bodewig <bo...@apache.org> 2010-04-03 06:40:35 UTC ---
I'd say this has been implemented by now with the new way if/unless work for
property references that return Boolean instances.  All you'd need is a
property helper that expanded

${plugins_changed and(A_changed or B_changed)}

correctly and it's likely the condition expander of the (unreleased) props
Antlib would already do (using a different syntax, of course).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.