You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/14 02:53:48 UTC

svn commit: rev 54764 - forrest/trunk/src/documentation/content/xdocs/docs

Author: crossley
Date: Wed Oct 13 17:53:48 2004
New Revision: 54764

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
Log:
Consistent instructions for setting $FORREST_HOME.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	Wed Oct 13 17:53:48 2004
@@ -44,14 +44,14 @@
      </p>
      <p>In Unix/Linux:</p>
      <source>
-~/apache-forrest-0.6$ export FORREST_HOME=`pwd`
+~/apache-forrest-0.6$ export FORREST_HOME=`pwd`/src/core
 ~/apache-forrest-0.6$ export PATH=$PATH:$FORREST_HOME/bin
      </source>
      <p>In Windows:</p>
      <source>
 Go to "My Computer", "Properties", "Advanced", "Environment Variables"
 and add:
-<code>FORREST_HOME</code> as <code>C:\full\path\to\apache-forrest-0.6</code>
+<code>FORREST_HOME</code> as <code>C:\full\path\to\apache-forrest-0.6\src\core</code>
 <code>PATH</code> as <code>%PATH%;%FORREST_HOME%\bin</code>
      </source>
      <p>