no, but you only need to pregoal a common denominator, like test:test-resources.

- Brett

On 4/15/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote:
> 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]
> 
>

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

Reply via email to