Browse Source

Clean and compile before running reports


git-svn-id: http://svn.dmdirc.com/trunk@4299 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
8ff5bfd3dc
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      checkstyle/build.xml

+ 4
- 0
checkstyle/build.xml View File

@@ -14,11 +14,15 @@
14 14
 					checkstyle-ui,
15 15
 					move-index" /> 
16 16
 	<target name="allreports" depends=" 
17
+					clean,
18
+					compile,
17 19
 					findbugs, 
18 20
 					cpd, 
19 21
 					pmd,
20 22
 					checkstyle" /> 
21 23
 	<target name="mostreports" depends=" 
24
+					clean,
25
+					compile,
22 26
 					cpd,
23 27
 					pmd,
24 28
 					checkstyle" /> 

Loading…
Cancel
Save