Re: AW: ant junit task...

2007-08-29 Thread mayurs
> 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, is,

Re: ant junit task...

2007-08-28 Thread mayurs
does not work tx Mayur Jerome Jar-2 wrote: > > Hi, Mayur, > > I think you can make use of the "excludes" attribute of the fileset. > Inner classes have at least one "$" marks in the names of their class > files. > > Regards, > Jerome. > > O

ant junit task...

2007-08-27 Thread mayurs
Hi All I have this Junit task in my build.xml file, The problem is this wilcard for includes above will run all Junit Test classes that I have , including some inner class. How do I tell Junit ant task, to skip inner classes from a spec