Browse Source

Updated


git-svn-id: http://svn.dmdirc.com/trunk@1616 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5
Shane Mc Cormack 17 years ago
parent
commit
31fd28406d
2 changed files with 3 additions and 2 deletions
  1. 1
    1
      DoReports.sh
  2. 2
    1
      doreports.xml

+ 1
- 1
DoReports.sh View File

@@ -16,7 +16,7 @@ $SVN update
16 16
 if [ "$1" = "--all" ]; then
17 17
 	$ANT -k -buildfile $MYDIR/doreports.xml allreports
18 18
 elif [ "$1" = "--findbugs" ]; then
19
-	$ANT -k -buildfile $MYDIR/doreports.xml findbugs
19
+	$ANT -k -buildfile $MYDIR/style_build.xml findbugs
20 20
 else
21 21
 	$ANT -k -buildfile $MYDIR/doreports.xml mostreports
22 22
 fi

+ 2
- 1
doreports.xml View File

@@ -3,7 +3,8 @@
3 3
     <description>Builds, tests, and runs the project DMDirc.</description>
4 4
     <import file="junitreport.xml" />
5 5
     <import file="style_build.xml" />
6
-    <target name="reports" depends="test-html,checkstyle,javadoc" />
6
+		<target name="allreports" depends="test-html,allreports,javadoc" />
7
+		<target name="mostreports" depends="test-html,mostreports,javadoc" />
7 8
 </project>
8 9
 
9 10
 

Loading…
Cancel
Save