User: jung    
  Date: 00/12/04 04:35:32

  Modified:    etc/bat  test.bat
  Log:
  adopted to latest jboss container,
  
  added decimal and date
  
  removed some problems due to forward-referencing in meta-data
  
  added serialisation policy
  
  Revision  Changes    Path
  1.3       +96 -90    zoap/etc/bat/test.bat
  
  Index: test.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/bat/test.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test.bat  2000/08/11 14:43:47     1.2
  +++ test.bat  2000/12/04 12:35:32     1.3
  @@ -1,85 +1,94 @@
  -@echo off
  -REM  
=========================================================================================================
 
  -REM  $Id: test.bat,v 1.2 2000/08/11 14:43:47 jung Exp $ 
  -REM  Copyright 2000 by infor: business solutions AG
  -REM  Hauerstra�e 12, D-66299 Friedrichsthal, Germany
  -REM  All rights reserved. 
  -REM
  -REM  This software is the confidential and proprietary information
  -REM  of infor: business solutions AG ("Confidential Information").  You 
  -REM  shall not disclose such Confidential Information and shall use
  -REM  it only in accordance with the terms of the license agreement
  -REM  you entered into with infor AG. 
  -REM  
=========================================================================================================
 -->
  -
  -@setlocal
  -
  -:output
  -
  -echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
  -echo %0 comes with ABSOLUTELY NO WARRANTY.  
  -echo This is free software, and you are welcome 
  -echo to redistribute it under certain conditions.
  -
  -:initialise
  -
  -rem <put your local variable initialisation here/>
  -
  -:parse
  -
  -for %%a in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do (
  -
  -     if not "%%a"=="" (
  -
  -
  -             rem <An example treatment for an option: />
  -             rem if /i "%%a"=="-exampleOption" (
  -             rem
  -             rem     set any variable you like
  -             rem
  -             rem ) else ( 
  -
  -                     echo Unkown option: %%a
  -                     echo.
  -                        goto usage
  -             
  -             rem )
  -
  -     )
  -)
  -
  -:branch
  -
  -rem <put in any goto depending on your variables/>
  -
  -:start
  -
  -echo For running this test successfully, have a deployed and running test.jar in 
your SOAP-enabled jBoss server!
  -
  -pause
  -
  -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
  -
  -goto end
  -
  -:usage
  -
  -echo synopsis: %0
  -echo.
  -echo echo options:
  -echo.
  -rem echo              -example        an example option 
  -rem echo                              that allows I dunno
  -echo.
  -
  -:end
  +@echo off
  +REM  
=========================================================================================================
 
  +REM  $Id: test.bat,v 1.3 2000/12/04 12:35:32 jung Exp $ 
  +REM  Copyright 2000 by infor: business solutions AG
  +REM  Hauerstra�e 12, D-66299 Friedrichsthal, Germany
  +REM  All rights reserved. 
  +REM
  +REM  This software is the confidential and proprietary information
  +REM  of infor: business solutions AG ("Confidential Information").  You 
  +REM  shall not disclose such Confidential Information and shall use
  +REM  it only in accordance with the terms of the license agreement
  +REM  you entered into with infor AG. 
  +REM  
=========================================================================================================
 -->
  +
  +@setlocal
  +
  +:output
  +
  +echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
  +echo %0 comes with ABSOLUTELY NO WARRANTY.  
  +echo This is free software, and you are welcome 
  +echo to redistribute it under certain conditions.
  +
  +:initialise
  +
  +rem <put your local variable initialisation here/>
  +
  +:parse
  +
  +for %%a in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do (
  +
  +     if not "%%a"=="" (
  +
  +
  +             rem <An example treatment for an option: />
  +             rem if /i "%%a"=="-exampleOption" (
  +             rem
  +             rem     set any variable you like
  +             rem
  +             rem ) else ( 
  +
  +                     echo Unkown option: %%a
  +                     echo.
  +                        goto usage
  +             
  +             rem )
  +
  +     )
  +)
  +
  +:branch
  +
  +rem <put in any goto depending on your variables/>
  +
  +:start
  +
  +echo For running this test successfully, have a deployed and running test.jar in 
your SOAP-enabled jBoss server!
  +
   pause
  +
  +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
  +
  +goto end
  +
  +:usage
  +
  +echo synopsis: %0
  +echo.
  +echo echo options:
  +echo.
  +rem echo              -example        an example option 
  +rem echo                              that allows I dunno
  +echo.
  +
  +:end
  +pause
  +
  +@endlocal
   
  -@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.
  @@ -88,15 +97,15 @@
   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
  -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