User: jung    
  Date: 01/01/09 01:13:13

  Modified:    etc/bat  test.bat
  Log:
  avoid usage of deprecated ant tasks.
  xml.jar could be removed.
  
  Revision  Changes    Path
  1.4       +2 -24     zoap/etc/bat/test.bat
  
  Index: test.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/bat/test.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- test.bat  2000/12/04 12:35:32     1.3
  +++ test.bat  2001/01/09 09:13:13     1.4
  @@ -1,6 +1,6 @@
   @echo off
   REM  
=========================================================================================================
 
  -REM  $Id: test.bat,v 1.3 2000/12/04 12:35:32 jung Exp $ 
  +REM  $Id: test.bat,v 1.4 2001/01/09 09:13:13 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\xml.jar;..\lib\ext\junit.jar;..\lib\ext\ejb.jar;..\client\test-client.jar
 test.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
   
   goto end
   
  @@ -78,34 +78,3 @@
   pause
   
   @endlocal
  -
  -REM $Log: test.bat,v $
  -REM Revision 1.3  2000/12/04 12:35:32  jung
  -REM adopted to latest jboss container,
  -REM
  -REM added decimal and date
  -REM
  -REM removed some problems due to forward-referencing in meta-data
  -REM
  -REM added serialisation policy
  -REM
  -REM Revision 1.2  2000/08/11 14:43:47  jung
  -REM added comments how to run the testsuite with jboss.
  -REM an scl file was wrongly named and had to be moved.
  -REM added a special urn resolver that uses the bean-context
  -REM classloader to find the meta-data.
  -REM
  -REM Revision 1.1.1.1  2000/08/10 21:05:14  jung
  -REM Initial import.
  -REM
  -REM
  -REM Revision 1.1.1.1  2000/07/06 14:11:25  jung
  -REM Import of a pre beta version of ZOAP source with a new directory structure,
  -REM ant-based make, apache-kind of license, etc.
  -REM
  -REM jars are coming later because of cvs-history reasons.
  -REM
  -REM Revision 1.1.1.1  2000/06/19 12:04:12  jung
  -REM imported  ZOAPackage that should
  -REM go into a seperate Open Source project 
  -REM
  
  
  

Reply via email to