Browse Source

Fix clover stuff


git-svn-id: http://svn.dmdirc.com/trunk@3244 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
be4ed2049c
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      junitreport.xml

+ 1
- 2
junitreport.xml View File

@@ -3,7 +3,6 @@
3 3
 <!-- some examples of how to customize the build. -->
4 4
 <!-- (If you delete it and reopen the project it will be recreated.) -->
5 5
 <project name="DMDirc" default="default" basedir=".">
6
-    <taskdef resource="clovertasks"/>
7 6
     <description>Builds, tests, and runs the project DMDirc.</description>
8 7
 
9 8
     <property name="clover.jar" location="/home/dmdirc/clover/clover/lib/clover.jar"/>
@@ -27,7 +26,7 @@
27 26
     <property name="test.reports" value="./junitreports" />
28 27
 
29 28
 		
30
-   <target name="test-html" depends="compile-test,test,clover.html"/>
29
+   <target name="test-html" depends="with.clover,compile-test,test,clover.html"/>
31 30
    <target name="-post-test-run">
32 31
       <junitreport todir="${test.reports}">
33 32
         <fileset dir="${build.test.results.dir}">

Loading…
Cancel
Save