Browse Source

Try doing findbugs first?


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

+ 1
- 1
DoReports.sh View File

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

Loading…
Cancel
Save