User: juha    
  Date: 00/08/23 12:46:14

  Modified:    src/build build.bat
  Log:
  Actually, this is even better. If you're on a WinNT system,
  all environment changes are kept local.
  Whoever did this for jBoss 1 deserves some credit.
  
  Revision  Changes    Path
  1.3       +3 -0      jboss/src/build/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/build/build.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.bat 2000/08/23 18:42:40     1.2
  +++ build.bat 2000/08/23 19:46:13     1.3
  @@ -1,4 +1,7 @@
   @echo off
  +@if not "%ECHO%" == ""  echo %ECHO%
  +@if "%OS%" == "Windows_NT"  setlocal
  +
   REM convenience bat file to build with
   
   set CP=..\..\lib\ant.jar
  
  
  

Reply via email to