On 7/23/07, warhero <[EMAIL PROTECTED]> wrote:
bill/wilandra wrote:
> Create a target named init which will define/set props.someprop to any
> value.
>
This would kind of work. But this will fail to execute all commands in a
"depends" chain. if one of the if tests isn't met then subsequent ta
That's perfect. Thanks much.
;
>>
>>
>>
>>
>> So what im trying to do is only execute if a property is true.. Obviously
>> some pretty simple logic but doing that in ant?
>>
>> thanks
>>
>
>
--
View this message in context:
http://ww
Create a target named init which will define/set props.someprop to any
value.
HTH Bill
warhero wrote:
##how use some logic based on a
property from
the props file that will either execute the "exec" or just pass it?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> So what im trying to do is only execute if a property is true.. Obviously
>> some pretty simple logic but doing that in ant?
>>
>> t
Try the flow control tasks that are in the AntXtras third party
package @ antxtras.sf.net.
For your example:
If you'd like to make sure the property is "true" use:
For multiple properties something like:
HTH,
-The Wabbit
warhero wrote:
st pass it?
So what im trying to do is only execute if a property is true.. Obviously
some pretty simple logic but doing that in ant?
thanks
--
View this message in context:
http://www.nabble.com/help-with-some-c