Update of /cvsroot/monetdb/sql
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21100/sql
Modified Files:
RunMapprove.bat.in
Log Message:
cleaning up RunMapprove.bat script:
no need to set --monet_mod_path, --dbfarm, --sql_logdir, --xquery_logdir with
Mapprove
U RunMapprove.bat.in
Index: RunMapprove.bat.in
===================================================================
RCS file: /cvsroot/monetdb/sql/RunMapprove.bat.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- RunMapprove.bat.in 22 Nov 2007 21:39:14 -0000 1.7
+++ RunMapprove.bat.in 28 Oct 2008 16:32:22 -0000 1.8
@@ -8,37 +8,21 @@
setlocal
-rem default back end is MonetDB4
-set V=4
+rem default back end is MonetDB5
+set V=5
if "%1" == "-4" set V=4& shift
if "%1" == "-5" set V=5& shift
-set [EMAIL PROTECTED]@
-set [EMAIL PROTECTED]@
-
-if %V% == 4 call "%monetdb4_prefix%\bin\monetdb4-config.bat" --internal
-if %V% == 5 call "%monetdb5_prefix%\bin\monetdb5-config.bat" --internal
-
set pkg=monetdb-sql
set [EMAIL PROTECTED]@
set [EMAIL PROTECTED]@
-set MOD_PATH=%modpath%
-set MOD_PATH=%builddir%\src\backends\monet%V%\.libs;%MOD_PATH%
-
-set PATH=%MOD_PATH%;%PATH%
-set PATH=%builddir%\src\server;%PATH%
-set PATH=%builddir%\src\storage\bat;%PATH%
-set PATH=%builddir%\src\common;%PATH%
-set PATH=%builddir%\src\backends\monet%V%;%PATH%
set PATH=%builddir%\conf;%PATH%
-if %V% == 4 set PYTHONPATH=%builddir%\src\backends\python\monet4;%PYTHONPATH%
-
REM execute Mapprove.py in the source directory
pushd %srcdir%
-call Mapprove.py -%V% "--package=%pkg%" "--monet_mod_path=%MOD_PATH%"
"--dbfarm=%builddir%\dbfarm" "--sql_logdir=%builddir%\sql_logs"
"--xquery_logdir=%builddir%\xquery_logs" "--TSTTRGBASE=%builddir%" %1 %2 %3 %4
%5 %6 %7 %8 %9
+call Mapprove.py -%V% "--package=%pkg%" "--TSTTRGBASE=%builddir%" %1 %2 %3 %4
%5 %6 %7 %8 %9
popd
endlocal
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins