> This <if/> exists in ant-contrib or antelope.
> In ant itself, you have to have :
> 
> init target(s) setting conditional properties,
> execution target(s) depending on the init(s) targets with if or unless
> clauses.


But don�t be confused: the if and unless clauses of <target> don�t check
the value of the property. They check only if/unless the property IS SET.


Jan


> 
> Hopes this helps,
> 
> Antoine
> 
> -----Urspr�ngliche Nachricht-----
> Von: Nagarajan Murugesan [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 19. September 2003 16:10
> An: [EMAIL PROTECTED]
> Betreff: IF and Else based on the property value!!!
> 
> 
> Hai all,
> 
> Is there any provision in ANT/Optional task to execute/leave
> certain group of task depends on the property value.
> 
> Like if, else in the conventionl programming language.
> Expecting you reply!!
> 
> Thanks & Regards,
> Nagarajan M.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to