nicolaken 2004/04/10 03:37:25 Modified: bin gmp.bat Log: Working version. set GUMP_HOME add %GUMP_HOME%\bin to PATH copy the workspace file in the workspace dir naming it workspace.xml cd in that dir and run gmp [command] (for example check) Revision Changes Path 1.4 +4 -11 gump/bin/gmp.bat Index: gmp.bat =================================================================== RCS file: /home/cvs/gump/bin/gmp.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gmp.bat 10 Apr 2004 08:50:30 -0000 1.3 +++ gmp.bat 10 Apr 2004 10:37:25 -0000 1.4 @@ -20,27 +20,25 @@ REM $Header$ 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% +if "%OS%"=="Windows_NT" @SETLOCAL -CD %GUMP_HOME% -python python\gmp.py %1 %2 %3 %4 %5 +python %GUMP_HOME%\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 _ A P A C H E G U M P _ A P A C H E G U M P _ A P A C H E G U M P _ REM REM $Log$ -REM Revision 1.3 2004/04/10 08:50:30 nicolaken -REM Use GUMP_HOME +REM Revision 1.4 2004/04/10 10:37:25 nicolaken +REM Working version. +REM +REM set GUMP_HOME +REM add %GUMP_HOME%\bin to PATH +REM copy the workspace file in the workspace dir naming it workspace.xml +REM cd in that dir and run gmp [command] (for example check) REM REM Revision 1.2 2004/04/09 12:52:02 nicolaken REM Bye bye jakarta! @@ -49,4 +47,4 @@ 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 _ +REM _ A P A C H E G U M P _ A P A C H E G U M P _ A P A C H E G U M P _
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
