I've used multiple targets and the depends list to resolve my needs (so far) for multiple properties in the 'if'. Just have several targets, each of which depends on one property, and does one thing, and a final target that depends on the other targets that have conditionals.
I agree with Stefan that the potential for this to get out of hand is potentially too great.... Stefan Bodewig wrote: > > >>>>> "RB" == Ross Burton <[EMAIL PROTECTED]> writes: > > RB> I wanted Ant to be able to deal with multiple "if"s in the > RB> <target> block, > > I'm not convinced this is a good idea. If you open the box with this > ANDing of properties, others will need ORing and even more fancy > operations. >
