Author: krasnov
Date: 2006-05-16 07:51:53 -0400 (Tue, 16 May 2006)
New Revision: 60735

Modified:
   trunk/mcs/class/System.XML/ChangeLog
   trunk/mcs/class/System.XML/run-W3C-tests.bat
   trunk/mcs/class/System.XML/run-XSLT-tests.bat
Log:
run-W3C-tests.bat: skip nunit build if already done
run-XSLT-tests.bat: skip nunit build if already done


Modified: trunk/mcs/class/System.XML/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/ChangeLog        2006-05-16 11:48:39 UTC (rev 
60734)
+++ trunk/mcs/class/System.XML/ChangeLog        2006-05-16 11:51:53 UTC (rev 
60735)
@@ -1,3 +1,8 @@
+2006-05-16  Vladimir Krasnov  <[EMAIL PROTECTED]>
+
+       * run-W3C-tests.bat: skip nunit build if already done
+       * run-XSLT-tests.bat: skip nunit build if already done
+
 2006-04-27  Gert Driesen  <[EMAIL PROTECTED]>
 
        * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/

Modified: trunk/mcs/class/System.XML/run-W3C-tests.bat
===================================================================
--- trunk/mcs/class/System.XML/run-W3C-tests.bat        2006-05-16 11:48:39 UTC 
(rev 60734)
+++ trunk/mcs/class/System.XML/run-W3C-tests.bat        2006-05-16 11:51:53 UTC 
(rev 60735)
@@ -46,7 +46,17 @@
 @echo Building NUnit solution...
 REM ********************************************************
 
+if "%NUNIT_BUILD%" == "DONE" goto NUNITSKIP
 devenv %NUNIT_PATH%nunit.java.sln /%BUILD_OPTION% Debug_Java >build.log.txt 
2<&1
+
+goto NUNITREADY
+
+:NUNITSKIP
+echo Skipping NUnit Build...
+
+:NUNITREADY
+set NUNIT_BUILD=DONE
+
 IF %ERRORLEVEL% NEQ 0 GOTO BUILD_EXCEPTION
 
 REM ********************************************************

Modified: trunk/mcs/class/System.XML/run-XSLT-tests.bat
===================================================================
--- trunk/mcs/class/System.XML/run-XSLT-tests.bat       2006-05-16 11:48:39 UTC 
(rev 60734)
+++ trunk/mcs/class/System.XML/run-XSLT-tests.bat       2006-05-16 11:51:53 UTC 
(rev 60735)
@@ -46,7 +46,16 @@
 REM ********************************************************
 @echo Building NUnit solution...
 REM ********************************************************
+if "%NUNIT_BUILD%" == "DONE" goto NUNITSKIP
 devenv %NUNIT_PATH%nunit.java.sln /%BUILD_OPTION% Debug_Java >build.log.txt 
2<&1
+goto NUNITREADY
+
+:NUNITSKIP
+echo Skipping NUnit Build...
+
+:NUNITREADY
+set NUNIT_BUILD=DONE
+
 IF %ERRORLEVEL% NEQ 0 GOTO BUILD_EXCEPTION
 
 REM ********************************************************

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to