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