You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/12/08 00:40:12 UTC

svn commit: r111168 - /forrest/branches/forrest_06_branch/src/core/bin/forrest.bat /forrest/branches/forrest_06_branch/status.xml

Author: brondsem
Date: Tue Dec  7 15:40:11 2004
New Revision: 111168

URL: http://svn.apache.org/viewcvs?view=rev&rev=111168
Log:
fix FOR-330
Modified:
   forrest/branches/forrest_06_branch/src/core/bin/forrest.bat
   forrest/branches/forrest_06_branch/status.xml

Modified: forrest/branches/forrest_06_branch/src/core/bin/forrest.bat
Url: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/core/bin/forrest.bat?view=diff&rev=111168&p1=forrest/branches/forrest_06_branch/src/core/bin/forrest.bat&r1=111167&p2=forrest/branches/forrest_06_branch/src/core/bin/forrest.bat&r2=111168
==============================================================================
--- forrest/branches/forrest_06_branch/src/core/bin/forrest.bat	(original)
+++ forrest/branches/forrest_06_branch/src/core/bin/forrest.bat	Tue Dec  7 15:40:11 2004
@@ -39,7 +39,7 @@
 set OLD_CLASSPATH=%CLASSPATH%
 set CLASSPATH=
 cd /d "%FORREST_HOME%\..\..\lib\endorsed\"
-for %%i in ("*.jar") do call %FORREST_HOME%\bin\appendcp.bat "%FORREST_HOME%\..\..\lib\endorsed\%%i"
+for %%i in ("*.jar") do call "%FORREST_HOME%\bin\appendcp.bat" "%FORREST_HOME%\..\..\lib\endorsed\%%i"
 cd /d %PWD%
 
 echo.

Modified: forrest/branches/forrest_06_branch/status.xml
Url: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/status.xml?view=diff&rev=111168&p1=forrest/branches/forrest_06_branch/status.xml&r1=111167&p2=forrest/branches/forrest_06_branch/status.xml&r2=111168
==============================================================================
--- forrest/branches/forrest_06_branch/status.xml	(original)
+++ forrest/branches/forrest_06_branch/status.xml	Tue Dec  7 15:40:11 2004
@@ -43,6 +43,11 @@
   <!-- ===================================================================== -->
 
   <changes>
+    <release version="0.6.1" date="not released yet">
+      <action dev="DB" type="fix" context="core" fixes-bug="FOR-330" due-to="Gary Feldman">
+        Fixed quotes in forrest.bat so forrest can be in a directory with spaces.
+      </action>
+    </release>
     <release version="0.6" date="2004-10-16">
       <action dev="DC" type="add" context="docs">
       <!-- Please keep this action at the top -->