possible answer :
<!-- sets the property message to Message 1 if a=2 -->
<condition property="message" value="Message 1">
<equals arg1="${a} arg2="2"/>
</condition>
<!-- properties are unmutable, so this will only be done if the precedent
setting was not done -->
<property="message" value="Message 2"/>
<!-- show the contents of message -->
<echo message="${message}"/>
----- Original Message -----
From: "Pellier, Marc" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 17, 2003 3:05 PM
Subject: if then else with ant
How can I do
if (a=2)
print("Message1");
else
print("Message2");
with ANT
****************************************************************************
Disclaimer:
This electronic transmission and any files attached to it are strictly
confidential and intended solely for the addressee. If you are not
the intended addressee, you must not disclose, copy or take any
action in reliance of this transmission. If you have received this
transmission in error, please notify the sender by return and delete
the transmission. Although the sender endeavors to maintain a
computer virus free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages
resulting from any virus transmitted.
Thank You.
****************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]