Update of /cvsroot/monetdb/clients
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23131

Added Files:
        RunMapprove.bat.in 
Log Message:
propagated changes of Wednesday Oct 03 2007 - Wednesday Oct 03 2007
from the Clients_1-20 branch to the development trunk


--- NEW FILE: RunMapprove.bat.in ---
@echo off

if not "%1"=="" goto skip
call %0 -r
goto end

:skip

setlocal

set pkg=monetdb-clients
set [EMAIL PROTECTED]@
set [EMAIL PROTECTED]@

set PATH=%builddir%\conf;%PATH%
set PATH=%builddir%\src\java\scripts;%PATH%
set PATH=%builddir%\src\mapiclient;%PATH%
set PATH=%builddir%\src\python;%PATH%

REM execute Mapprove.py in the source directory
pushd %srcdir%

call Mapprove.py --package=%pkg% "--TSTTRGBASE=%builddir%" %*

popd
endlocal

:end


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to