I'd like to associate some simple Ant directory cleanup with all of the testing 
goals.  Is there a way to do that using preGoal without specifying all the 
test:* goals ??

For example, can I write something like this:

  <preGoal name="test:*">
    <myAntTask ...>
  </preGoal>

instead of these two:

  <preGoal name="test:test">
    <myAntTask ...>
  </preGoal>

  <preGoal name="test:single">
    <myAntTask ...>
  </preGoal>


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

Reply via email to