JAKARTA? ;-) ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 6:31 AM Subject: cvs commit: gump/bin gmp.bat
> nicolaken 2004/04/08 05:31:01 > > Added: bin gmp.bat > Log: > Add the new commandline stuff before I lose it on my cranky HD. > > Revision Changes Path > 1.1 gump/bin/gmp.bat > > Index: gmp.bat > =================================================================== > @ECHO OFF > > REM Copyright 2003-2004 The Apache Software Foundation > REM > REM Licensed under the Apache License, Version 2.0 (the "License"); > REM you may not use this file except in compliance with the License. > REM You may obtain a copy of the License at > REM > REM http://www.apache.org/licenses/LICENSE-2.0 > REM > REM Unless required by applicable law or agreed to in writing, software > REM distributed under the License is distributed on an "AS IS" BASIS, > REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > REM See the License for the specific language governing permissions and > REM limitations under the License. > REM > REM _ J A K A R T A G U M P _ J A K A R T A G U M P _ J A K A R T A G U M P _ > REM > REM > REM $Header: /home/cvs/gump/bin/gmp.bat,v 1.1 2004/04/08 12:31:01 nicolaken Exp $ > REM > REM > if "%OS%"=="Windows_NT" @SETLOCAL > > SET GUMP_HOST=%COMPUTERNAME% > SET LOCAL_ENV=local-env-py.sh > IF EXIST %LOCAL_ENV% CALL %LOCAL_ENV% > > SET HOST_LOCAL_ENV="local-env-py-%GUMP_HOST%.sh" > IF EXIST %HOST_LOCAL_ENV% CALL %HOST_LOCAL_ENV% > > CD .. > python python\gmp.py %1 %2 %3 %4 %5 > > if "%OS%"=="Windows_NT" @ENDLOCAL > > :mainEnd > > REM _ J A K A R T A G U M P _ J A K A R T A G U M P _ J A K A R T A G U M P _ > REM > REM $Log: gmp.bat,v $ > REM Revision 1.1 2004/04/08 12:31:01 nicolaken > REM Add the new commandline stuff before I lose it on my cranky HD. > REM > REM > REM _ J A K A R T A G U M P _ J A K A R T A G U M P _ J A K A R T A G U M P _ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
