User: vincent 
  Date: 00/08/25 12:01:32

  Modified:    build    build.bat
  Log:
  Finally got the Windows kinks worked out.
  
  Revision  Changes    Path
  1.4       +3 -7      spyderMQ/build/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/build/build.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.bat 2000/08/25 18:45:33     1.3
  +++ build.bat 2000/08/25 19:01:31     1.4
  @@ -1,11 +1,7 @@
   @echo off
  +setlocal
   
  -LIB=..\lib
  +set CP=.\xml.jar;.\ant.jar;.\javac.jar;..\lib\jms.jar;..\lib\jnp.jar
   
  -# there is a path for Ant build files
  -
  -BF=.
  -
  -CP=%BF%\xml.jar;%BF%\ant.jar;%BF%\javac.jar;%LIB%\jms.jar;%LIB%\jnp.jar
  -
   java -classpath %CP% org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
  +endlocal
  
  
  

Reply via email to