Thanks for the thorough response: Yes, the answer is a simple exclude
filter!
<batchtest fork="yes" todir="${Reports}">
<fileset dir="${CLASSES}">
<include name="**/Test*.class"/>
<exclude name="**/TestAll.class"/>
<exclude name="**/Test*$$*.class"/>
</fileset>
</batchtest>
--
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
What happens on Groundhog Day? http://www.teledyn.com/fun/GroundhogDay
"There are many things which do not concern the process" --- Joan of Arc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>