You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/22 18:10:46 UTC

svn commit: rev 10177 - xml/forrest/branches/copyless/src/core/bin

Author: nicolaken
Date: Thu Apr 22 09:10:44 2004
New Revision: 10177

Modified:
   xml/forrest/branches/copyless/src/core/bin/forrest.bat
Log:
Point to the lins and Ant from inside here

Modified: xml/forrest/branches/copyless/src/core/bin/forrest.bat
==============================================================================
--- xml/forrest/branches/copyless/src/core/bin/forrest.bat	(original)
+++ xml/forrest/branches/copyless/src/core/bin/forrest.bat	Thu Apr 22 09:10:44 2004
@@ -28,12 +28,12 @@
 
 rem ----- Save old ANT_HOME --------------------------------------------
 set OLD_ANT_HOME=%ANT_HOME%
-set ANT_HOME=%FORREST_HOME%\tools\ant
+set ANT_HOME=%FORREST_HOME%\..\..\tools\ant
 
 rem ----- Save and set CLASSPATH --------------------------------------------
 set OLD_CLASSPATH=%CLASSPATH%
 set CLASSPATH=
-for %%i in ("%FORREST_HOME%\lib\endorsed\*.jar") do call "%FORREST_HOME%\bin\appendcp.bat" "%%i"
+for %%i in ("%FORREST_HOME%\..\..\lib\endorsed\*.jar") do call "%FORREST_HOME%\bin\appendcp.bat" "%%i"
 
 echo.
 echo Apache Forrest.  Run 'forrest -projecthelp' to list options