JAL-1912 added documentation
[jalview.git] / build.xml
index 73c494d..e1ca55f 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <delete dir="${testOutputDir}" includes="*,**/*" />
   </target>
 
-  <target name="prepareTests" depends="init,clean">
+  <target name="prepareTests" depends="init,testclean">
     <mkdir dir="${testOutputDir}" />
   </target>
 
   <taskdef resource="testngtasks" classpath="utils/testnglibs/testng.jar" />
 
   <target name="testng" depends="buildTests">
-    <testng outputDir="${reportDir}" haltOnFailure="false" groups="${testng-groups}" mode="testng">
+    <testng outputDir="${reportDir}" haltOnFailure="false" groups="${testng-groups}" mode="testng"
+      verbose="2">
       <classpath>
         <pathelement location="${testOutputDir}" />
         <path refid="test.classpath" />