Hi All I have this Junit task in my build.xml file,
<junit> <classpath refid="junit.run.id"/> <formatter type="brief" usefile="false" /> <fileset dir="${junitclasses.dir}" includes="**/Test*.class"/> </junit> 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 specific directory? I read somewhere that junit 4.4 has some support for this? Can someone let me know how to skip inner classes from being run by junit ant task? tx Mayur -- View this message in context: http://www.nabble.com/ant-junit-task...-tf4339046.html#a12359955 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]