Author: andrews Date: 2006-08-21 06:25:57 -0400 (Mon, 21 Aug 2006) New Revision: 64136
Modified: trunk/mcs/class/System.Web/run-mono-tests.bat Log: fix run-mono-tests.bat for GH 2.0 Modified: trunk/mcs/class/System.Web/run-mono-tests.bat =================================================================== --- trunk/mcs/class/System.Web/run-mono-tests.bat 2006-08-21 09:50:23 UTC (rev 64135) +++ trunk/mcs/class/System.Web/run-mono-tests.bat 2006-08-21 10:25:57 UTC (rev 64136) @@ -68,7 +68,7 @@ REM ******************************************************** @echo Building GH solution... REM ******************************************************** -msbuild TestMonoWeb.J2EE.sln /t:%BUILD_OPTION% /p:configuration=%PROJECT_CONFIGURATION% >>build.log.txt 2<&1 +msbuild TestMonoWeb.J2EE20.sln /t:%BUILD_OPTION% /p:configuration=%PROJECT_CONFIGURATION% >>build.log.txt 2<&1 IF %ERRORLEVEL% NEQ 0 GOTO BUILD_EXCEPTION :RUN _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
