浏览代码

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 年前
父节点
当前提交
8ff5bfd3dc
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      checkstyle/build.xml

+ 4
- 0
checkstyle/build.xml 查看文件

@@ -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" /> 

正在加载...
取消
保存