Phew, got there in the end....thanks for the help.

<project name="MyProject" default="test" basedir=".">

<target name="test">
<junit printsummary="withOutAndErr" showoutput="yes">
 <classpath>
   <pathelement location="/home/andy/junit3.8.1/junit.jar" />
   <pathelement location="." />
 </classpath>
 <formatter type="brief" usefile="true" />
 <batchtest>
 <fileset dir=".">
   <filename name="testing/*Test.class" />
 </fileset>
 </batchtest>
 </junit>
 </target>
 </project>

cheers
Andy

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to