User: jung    
  Date: 01/01/18 23:44:21

  Modified:    etc/bat  test.bat
  Log:
  removed the "classic" compiler preference in makefile.
  
  moved confusing utility code into a precompiled jar.
  
  Revision  Changes    Path
  1.5       +2 -2      zoap/etc/bat/test.bat
  
  Index: test.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/bat/test.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- test.bat  2001/01/09 09:13:13     1.4
  +++ test.bat  2001/01/19 07:44:20     1.5
  @@ -1,6 +1,6 @@
   @echo off
   REM  
=========================================================================================================
 
  -REM  $Id: test.bat,v 1.4 2001/01/09 09:13:13 jung Exp $ 
  +REM  $Id: test.bat,v 1.5 2001/01/19 07:44:20 jung Exp $ 
   REM  Copyright 2000 by infor: business solutions AG
   REM  Hauerstra�e 12, D-66299 Friedrichsthal, Germany
   REM  All rights reserved. 
  @@ -60,7 +60,7 @@
   
   rem run the unit test
   
  -java -classpath 
%CLASSPATH%;..\lib\ext\zoap.jar;..\lib\ext\jaxp.jar;..\lib\ext\parser.jar;..\lib\ext\junit.jar;..\lib\ext\ejb.jar;..\client\test-client.jar
 test.Test
  +java -classpath 
%CLASSPATH%;..\conf;..\lib\ext\zoap.jar;..\lib\ext\inforUtil.jar;..\lib\ext\jaxp.jar;..\lib\ext\parser.jar;..\lib\ext\junit.jar;..\lib\ext\ejb.jar;..\client\test-client.jar
 test.Test
   
   goto end
   
  
  
  

Reply via email to