If I create a jelly script using the werkz tags, how do I invoke a
specific goal of that script?

For example, I have the following script...

<project>

  <goal name="one">
    <!-- do something -->
  </goal>

  <goal name="two">
    <!-- do something -->
  </goal>

  <goal name="three">
    <!-- do something -->
  </goal>

</project>

I want to process just goal "three" of the script. Is there sample code
on how to do this?

Gordon


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

Reply via email to