Author: bago
Date: Fri Aug 12 01:12:26 2005
New Revision: 232231
URL: http://svn.apache.org/viewcvs?rev=232231&view=rev
Log:
Phoenix failed to start if installed under a "bin" directory (JAMES-250).
Thanks to Paul Gallagher for pointing this out. This fix is for phoenix and not
James but we now host our phoenix distro.
Modified:
james/server/trunk/phoenix-bin/bin/run.bat
Modified: james/server/trunk/phoenix-bin/bin/run.bat
URL:
http://svn.apache.org/viewcvs/james/server/trunk/phoenix-bin/bin/run.bat?rev=232231&r1=232230&r2=232231&view=diff
==============================================================================
--- james/server/trunk/phoenix-bin/bin/run.bat (original)
+++ james/server/trunk/phoenix-bin/bin/run.bat Fri Aug 12 01:12:26 2005
@@ -39,10 +39,10 @@
if not "%OS%"=="Windows_NT" goto start
rem %~dp0 is name of current script under NT
-set PHOENIX_HOME=%~dp0
+set PHOENIX_HOME=%~dp0*
rem : operator works similar to make : operator
-set PHOENIX_HOME=%PHOENIX_HOME:\bin\=%
+set PHOENIX_HOME=%PHOENIX_HOME:\bin\*=%
:start
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]