You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Jacqui Guerrero <ja...@groxis.com> on 2003/05/15 18:37:37 UTC

if attribute

Can the if attribute have more than one condition/property to check, similar
to depend where the list of dependencies are comma-separated?

<target="mytarget if="property1, property2, ...">
...


-----------------------------------
Jacqueline Guerrero
Groxis, Inc.


Re: if attribute

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 15 May 2003, Jacqui Guerrero <ja...@groxis.com> wrote:

> Can the if attribute have more than one condition/property to check,

No.

<http://ant.apache.org/faq.html#multi-conditions>

Stefan