cziegeler 01/06/26 00:27:34 Modified: . Tag: cocoon_20_branch build.bat Log: build script is now independent of the jar-name (version) of xalan and xerces Revision Changes Path No revision No revision 1.4.2.2 +4 -2 xml-cocoon2/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/xml-cocoon2/build.bat,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -r1.4.2.1 -r1.4.2.2 --- build.bat 2001/06/21 14:50:46 1.4.2.1 +++ build.bat 2001/06/26 07:27:30 1.4.2.2 @@ -2,7 +2,7 @@ :: ----------------------------------------------------------------------------- :: build.bat - Win32 Build Script for Apache Cocoon :: -:: $Id: build.bat,v 1.4.2.1 2001/06/21 14:50:46 dims Exp $ +:: $Id: build.bat,v 1.4.2.2 2001/06/26 07:27:30 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]
