Re: boolean expressions in if/unless conditions

2009-11-01 Thread Stefan Bodewig
On 2009-10-31, Shawn Castrianni wrote: > Usually the response to this request is to use the condition task and > preprocess a complex Boolean expression condition into a single > property to set. This is fine, but sometimes it is more efficient to > just want to put the expression right in the i

boolean expressions in if/unless conditions

2009-10-30 Thread Shawn Castrianni
open source and GPL'ed. All newer versions are commercial. By including JEP jar into the ANT distribution, supporting full Boolean expressions in if/unless conditions would be trivial since all the hard grammar parsing and evaluating is already handled by JEP. Just a suggestion. ---