> From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]
> i want to run an antcontrib for loop only,
> if a property has been set.
> <if>
> <isset property="[EMAIL PROTECTED]" />
> <then>
Glad to hear Ant-Contrib's <assert> works for you.
I believe your mistake above was to de-reference the property name instead
of supplying just the property name. You should have written:
<isset property="[EMAIL PROTECTED]" />
Of course this code must be in the context of a <ac:for> or <macrodef> to be
valid, as otherwise @{Lum} will not be replaced with a value. --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]