On Friday, March 29, 2002, at 02:10  AM, [EMAIL PROTECTED] wrote:

>     <unitTestClassEntries>
>       <unitTestClassEntry>
>         include = **/Test*.class
>       </unitTestClassEntry>
>     </unitTestClassEntries>

Are your tests named FooTest?  The include
patter above will only match TestFoo.  In
at least some other examples I've seen the
pattern was:
   include = **/*Test*.java

Maybe that will help.
-Eric


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

Reply via email to