Peter Donald wrote:
> 
> On Tue,  7 Aug 2001 03:16, Berin Loritsch wrote:
> > I am trying to use the <junit> task with the embedded
> > <batchtest> element.  The problem is that my includes
> > work, but my excludes don't.


> >           <exclude name="**$*"/>
> 
> Should be $$ rather than just $

Please document this.  The Wildcard matching algorithm is
not well documented--so unless you are familiar with the
code you don't know about these things.

> So it finds the classes in **/excalibur/test/* ? Damn thats a bug. Can you
> make above change and if error still occurs I will try to fix it.

I had completely changed the matches to that only the includes section
was needed.

Reply via email to