Author: crossley
Date: Tue Jan 25 18:32:22 2005
New Revision: 126456

URL: http://svn.apache.org/viewcvs?view=rev&rev=126456
Log:
Fix build location pathname and example build message about FORREST_HOME.
Suggested by: Andreas Kuckartz
Fixes issue: FOR-428

Modified:
   forrest/site/docs/dev/build.html
   forrest/site/docs/dev/build.pdf

Modified: forrest/site/docs/dev/build.html
Url: 
http://svn.apache.org/viewcvs/forrest/site/docs/dev/build.html?view=diff&rev=126456&p1=forrest/site/docs/dev/build.html&r1=126455&p2=forrest/site/docs/dev/build.html&r2=126456
==============================================================================
--- forrest/site/docs/dev/build.html    (original)
+++ forrest/site/docs/dev/build.html    Tue Jan 25 18:32:22 2005
@@ -334,16 +334,17 @@
 <h2 class="underlined_10">Building and Installing Forrest</h2>
 <div class="section">
 <p>
-       To build Forrest, change directory to '<span 
class="codefrag">forrest/forrestcore</span>', and
+       To build Forrest, change directory to '<span 
class="codefrag">forrest/main</span>', and
        then type '<span class="codefrag">build</span>' on Windows or '<span 
class="codefrag">./build.sh</span>' on
-       Unix. If everything is successful, you should see a message like this:
+       Unix. If everything is successful, you should see a message similar to:
      </p>
 <pre class="code">
   *-----------------------------------------------------------------
   | installation notice
   *-----------------------------------------------------------------
-  | You have built the distribution of Forrest.
-  | Please set the environment variable FORREST_HOME point to src/core
+  | You have built the X.Y-dev version of Forrest.
+  | Please set the environment variable FORREST_HOME point to
+  |  /svn/forrest
   | It is recommended to add
   |    unix: $FORREST_HOME/bin: to your $PATH
   |    win: %FORREST_HOME%\bin; to your %PATH%
@@ -357,12 +358,13 @@
        command is available everywhere:
      </p>
 <pre class="code">
-~/forrest/forrestcore$ export FORREST_HOME=`pwd`/src/core
-~/forrest/forrestcore$ export PATH=$PATH:$FORREST_HOME/bin
+[~]$ cd /path/to/svn/forrest
+[/svn/forrest]$ export FORREST_HOME=`pwd`
+[/svn/forrest]$ export PATH=$PATH:$FORREST_HOME/bin
      </pre>
 <p>
        After updating the Forrest source from SVN if there have been certain 
types of
-       updates (to the Java source for xml-forrest.jar), you will have to 
build forrest again.
+       updates (to the Java source for xml-forrest.jar), you will need to 
build forrest again.
      </p>
 </div>
 

Modified: forrest/site/docs/dev/build.pdf
Url: 
http://svn.apache.org/viewcvs/forrest/site/docs/dev/build.pdf?view=diff&rev=126456&p1=forrest/site/docs/dev/build.pdf&r1=126455&p2=forrest/site/docs/dev/build.pdf&r2=126456
==============================================================================
Binary files. No diff available.

Reply via email to