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-
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