User: jung
Date: 01/02/08 01:05:30
Modified: bin make.bat
Log:
do not completely overwrite the classpath for jdk-freaks
Revision Changes Path
1.5 +7 -2 zoap/bin/make.bat
Index: make.bat
===================================================================
RCS file: /products/cvs/ejboss/zoap/bin/make.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.bat 2001/01/08 10:48:58 1.4
+++ make.bat 2001/02/08 09:05:30 1.5
@@ -1,7 +1,7 @@
@echo off
REM
=========================================================================================================
-REM $Id: make.bat,v 1.4 2001/01/08 10:48:58 jung Exp $
+REM $Id: make.bat,v 1.5 2001/02/08 09:05:30 jung Exp $
REM Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12,
REM D-66299 Friedrichsthal, Germany. All Rights Reserved.
REM
@@ -32,7 +32,7 @@
:initialise
-set CLASSPATH=..\lib\ext\ant.jar
+set CLASSPATH=%CLASSPATH%;..\lib\ext\ant.jar
set CLASSPATH=%CLASSPATH%;..\lib\ext\jaxp.jar
set CLASSPATH=%CLASSPATH%;..\lib\ext\parser.jar
set CLASSPATH=%CLASSPATH%;..\lib\ext\tools.jar
@@ -66,6 +66,9 @@
@endlocal
REM $Log: make.bat,v $
+REM Revision 1.5 2001/02/08 09:05:30 jung
+REM do not completely overwrite the classpath for jdk-freaks
+REM
REM Revision 1.4 2001/01/08 10:48:58 jung
REM newer ant version.
REM