瀏覽代碼

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

Loading…
取消
儲存