nicolaken 02/03/06 07:44:57 Modified: . run.bat Log: Corrected classpath; it used ./lib before, now it needs ./lib/core and ./lib/optional Revision Changes Path 1.3 +4 -2 xml-cocoon2/run.bat Index: run.bat =================================================================== RCS file: /home/cvs/xml-cocoon2/run.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- run.bat 21 Jun 2001 00:28:41 -0000 1.2 +++ run.bat 6 Mar 2002 15:44:57 -0000 1.3 @@ -2,7 +2,7 @@ :: ----------------------------------------------------------------------------- :: run.bat - Win32 Run Script for Apache Cocoon :: -:: $Id: run.bat,v 1.2 2001/06/21 00:28:41 vgritsenko Exp $ +:: $Id: run.bat,v 1.3 2002/03/06 15:44:57 nicolaken Exp $ :: ----------------------------------------------------------------------------- :: ----- Verify and Set Required Environment Variables ------------------------- @@ -25,7 +25,9 @@ :: ----- Set Up The Runtime Classpath ------------------------------------------ set CP=%JAVA_HOME%\lib\tools.jar;%COCOON_WORK% -for %%i in (%COCOON_LIB%\*.jar) do call appendcp.bat %%i +for %%i in (%COCOON_LIB%\core\*.jar) do call appendcp.bat %%i +for %%i in (%COCOON_LIB%\optional\*.jar) do call appendcp.bat %%i +for %%i in (.\build\cocoon\*.jar) do call appendcp.bat %%i :: ----- Run Cocoon ------------------------------------------------------------
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]