User: jung
Date: 00/08/11 07:43:45
Modified: bin make.bat
Log:
added comments how to run the testsuite with jboss.
an scl file was wrongly named and had to be moved.
added a special urn resolver that uses the bean-context
classloader to find the meta-data.
Revision Changes Path
1.2 +8 -2 zoap/bin/make.bat
Index: make.bat
===================================================================
RCS file: /products/cvs/ejboss/zoap/bin/make.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.bat 2000/08/10 21:04:50 1.1
+++ make.bat 2000/08/11 14:43:45 1.2
@@ -1,7 +1,7 @@
@echo off
REM
=========================================================================================================
-REM $Id: make.bat,v 1.1 2000/08/10 21:04:50 jung Exp $
+REM $Id: make.bat,v 1.2 2000/08/11 14:43:45 jung Exp $
REM Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12,
REM D-66299 Friedrichsthal, Germany. All Rights Reserved.
REM
@@ -59,9 +59,18 @@
echo.
:end
+pause
+
@endlocal
REM $Log: make.bat,v $
-REM Revision 1.1 2000/08/10 21:04:50 jung
-REM Initial revision
+REM Revision 1.2 2000/08/11 14:43:45 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:04:50 jung
+REM Initial import.
+REM
REM