You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2004/04/08 14:31:01 UTC

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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: cvs commit: gump/bin gmp.bat

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Adam R. B. Jack wrote:

>  JAKARTA? ;-)

Hey, I just copied gumpy.bat! ;-PP

> ----- Original Message ----- 
> From: <ni...@apache.org>
> To: <gu...@apache.org>
> 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
...
>>  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


-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: cvs commit: gump/bin gmp.bat

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
 JAKARTA? ;-)

----- Original Message ----- 
From: <ni...@apache.org>
To: <gu...@apache.org>
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: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org