You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/03/06 16:44:57 UTC

cvs commit: xml-cocoon2 run.bat

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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org