Shane Mc Cormack před 17 roky
rodič
revize
31fd28406d
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1
    1
      DoReports.sh
  2. 2
    1
      doreports.xml

+ 1
- 1
DoReports.sh Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit