Re: plugin.jelly: a conditional prereqs

2005-05-05 Thread Geoffrey
=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained in this build it shouldn't be attained either

Re: plugin.jelly: a conditional prereqs

2005-05-05 Thread Thomas Van de Velde
instead, like this: goal name=myGoal j:if test=... attainGoal name=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression

Re: plugin.jelly: a conditional prereqs

2005-05-02 Thread Thomas Van de Velde
=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained in this build it shouldn't be attained either

plugin.jelly: a conditional prereqs

2005-05-01 Thread Geoffrey
Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained in this build it shouldn't be attained either. -- With kind regards, Geoffrey

Re: plugin.jelly: a conditional prereqs

2005-05-01 Thread Arik Kfir
Consider instead of using 'prereqs' to use attainGoal instead, like this: goal name=myGoal j:if test=... attainGoal name=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression

Re: plugin.jelly: a conditional prereqs

2005-05-01 Thread Brett Porter
=... attainGoal name=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained in this build it shouldn't be attained either

Re: plugin.jelly: a conditional prereqs

2005-05-01 Thread Arik Kfir
'prereqs' to use attainGoal instead, like this: goal name=myGoal j:if test=... attainGoal name=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained

Re: plugin.jelly: a conditional prereqs

2005-05-01 Thread Brett Porter
j:if test=... attainGoal name=.../ /j:if /goal Geoffrey wrote: Hi, Can I do a conditional prereqs in a plugin.jelly? A goal should be attained conditionally based on a jelly expression, but if it's already attained in this build it shouldn't be attained either