Laird Nelson wrote:

On 2/7/06, Henry S. Isidro <[EMAIL PROTECTED]> wrote:
I'm not exactly sure what you mean but have you tried <attainGoal name =
"goalname" />?


To be fair, no, I haven't, but that would involve an infinite loop:

<goal name="destroy:world">
 <j;if test="${is.evil}"/>
   <attainGoal name="destroy:world"/>
 </j:if>
</goal>

What I'd like to be able to do is:

<goal name="destroy:world">
 <j:if test="${not evil}">
   <invokeOverriddenGoal name="destroy:world"/>
 </j:if>
</goal>

But as is becoming more and more clear to me each day this is impossible.
Oh well; moving on.

Best,
Laird

I guess you're right, this might not be possible.

Regards,
Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to