cziegeler 01/06/26 00:25:26
Modified: . build.bat
Log:
build script is now independent of the jar-name (version) of xalan and xerces
Revision Changes Path
1.6 +4 -2 xml-cocoon2/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.bat,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.bat 2001/06/21 14:50:00 1.5
+++ build.bat 2001/06/26 07:25:21 1.6
@@ -2,7 +2,7 @@
:: -----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.5 2001/06/21 14:50:00 dims Exp $
+:: $Id: build.bat,v 1.6 2001/06/26 07:25:21 cziegeler Exp $
:: -----------------------------------------------------------------------------
:: ----- Verify and Set Required Environment Variables -------------------------
@@ -18,7 +18,9 @@
:: ----- Set Up The Runtime Classpath ------------------------------------------
-set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_3.jar;%ANT_HOME%\lib\ant_1_3-optional.jar;.\lib\xerces_1_4_0.jar;.\lib\xalan-2.2.0.jar
+set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_3.jar;%ANT_HOME%\lib\ant_1_3-optional.jar
+for %%i in (.\lib\xerces*.jar) do call appendcp.bat %%i
+for %%i in (.\lib\xalan*.jar) do call appendcp.bat %%i
:: ----- Execute The Requested Build -------------------------------------------
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]