On 2-Jan-04, at 15:31 Uhr, Henri Yandell wrote:



If I have the name of the goal in a variable, how would I go about making
that goal happen in Jelly?


[example being that I want in Maven to have a variable in my
project.properties which says which goal another goal should sit on top
of].

Or can I use a variable in the prereqs?

Hen

I don't think it makes sense to use


<goal name="blop" prereqs="a,b,${compute.me}">

as it would require compute to be defined at >parsing-time< when the goals are collected.

I think however that it works to use
<attainGoal name="${compute.me}"/>

Paul


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



Reply via email to