Re: Strange Condition Evaluation Bug?

2008-11-06 Thread Shane Fisher
That was it! Thanks, Shane Matt Benson wrote: > > Your problem is that you checked property > isset="${foo}" when you should have been checking > property isset="foo". > > HTH, > Matt > > --- Shane Fisher <[EMAIL PROTECTED]> wrote: >

Strange Condition Evaluation Bug?

2008-11-06 Thread Shane Fisher
Can someone please explain this bizarre behavior to me? I can't for the life of me figure out why this condition is evaluating to "true", especially since just before that I'm logging the value of the property. build.xml: Test file for weird build bug.