You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2002/03/25 02:35:08 UTC

cvs commit: jakarta-james/src/script run.bat

serge       02/03/24 17:35:08

  Modified:    src/script run.bat
  Log:
  Wrapped quotes around the PHOENIX_HOME parameters so if you install to a path with spaces, James should still work.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-james/src/script/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/script/run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.bat	18 May 2001 11:20:32 -0000	1.1
  +++ run.bat	25 Mar 2002 01:35:07 -0000	1.2
  @@ -55,6 +55,6 @@
   rem
   
   rem Kicking the tires and lighting the fires!!!
  -%PHOENIX_JAVACMD% -Djava.ext.dirs=%PHOENIX_HOME%\lib %PHOENIX_JVM_OPTS% -jar %PHOENIX_HOME%\bin\phoenix-loader.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
  +%PHOENIX_JAVACMD% -Djava.ext.dirs="%PHOENIX_HOME%\lib" %PHOENIX_JVM_OPTS% -jar "%PHOENIX_HOME%\bin\phoenix-loader.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
   
  -:end
  \ No newline at end of file
  +:end
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>