Browse Source

Run findbugs on its own so that clover stuff doesn't confuse it!


git-svn-id: http://svn.dmdirc.com/trunk@4303 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
0284ca894f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      DoReports.sh

+ 1
- 1
DoReports.sh View File

@@ -38,7 +38,7 @@ $ANT clean
38 38
 rm -Rf ${MYDIR}/.clover
39 39
 mkdir ${MYDIR}/.clover
40 40
 if [ "$1" = "--all" ]; then
41
-	$ANT -k -buildfile $MYDIR/doreports.xml doallreports
41
+	$ANT -k -buildfile $MYDIR/doreports.xml domostreports
42 42
 	$ANT -k -buildfile $MYDIR/style_build.xml clean findbugs
43 43
 elif [ "$1" = "--findbugs" ]; then
44 44
 	$ANT -k -buildfile $MYDIR/style_build.xml clean findbugs

Loading…
Cancel
Save