I'd like a target to execute if either of two conditions are met. Can you have two unless evaluated for one target? Essentially, I'd like target not to run if either of these are true:
unless="product.is.x" or "product.is.y"
Sorry if I'm going about this in all the wrong way, I'm somewhat new to Ant.