Re: AW: ant junit task...

2007-08-29 Thread mayurs
I also tried excludes="**/*$*.class, same result, it includes the inner classes as well , due to the includes attribute Jan.Materne wrote: > > first thought: the missing * before the $ in your exclude clause. > > excludes="**/*$*.class"/> > > > > Jan > >>-Ursprüngliche Nachricht-

AW: ant junit task...

2007-08-28 Thread Jan.Materne
first thought: the missing * before the $ in your exclude clause. Jan >-Ursprüngliche Nachricht- >Von: mayurs [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 28. August 2007 18:55 >An: user@ant.apache.org >Betreff: Re: ant junit task... > > >I know of the excludes attribute the issue