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 2005/04/12 03:29:00 UTC

svn commit: r160998 - forrest/trunk/site-author/content/xdocs/docs/your-project.xml

Author: crossley
Date: Mon Apr 11 18:28:59 2005
New Revision: 160998

URL: http://svn.apache.org/viewcvs?view=rev&rev=160998
Log:
Update the instructions for setting FORREST_HOME etc.

Modified:
    forrest/trunk/site-author/content/xdocs/docs/your-project.xml

Modified: forrest/trunk/site-author/content/xdocs/docs/your-project.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/your-project.xml?view=diff&r1=160997&r2=160998
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/your-project.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/your-project.xml Mon Apr 11 18:28:59 2005
@@ -45,14 +45,15 @@
      </p>
      <p>In Unix/Linux:</p>
      <source>
-~/apache-forrest-0.6$ export FORREST_HOME=`pwd`/src/core
-~/apache-forrest-0.6$ export PATH=$PATH:$FORREST_HOME/bin
+change directory to the top-level of the forrest distribution and do ...
+~/apache-forrest-0.7$ export FORREST_HOME=`pwd`
+~/apache-forrest-0.7$ 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\src\core</code>
+<code>FORREST_HOME</code> as <code>C:\full\path\to\apache-forrest-0.7</code>
 <code>PATH</code> as <code>%PATH%;%FORREST_HOME%\bin</code>
      </source>
      <p>
@@ -66,16 +67,19 @@
 
     *=======================================================*
     |                 Forrest Site Builder                  |
-    |                        0.6-dev                        |
+    |                        X.Y-dev                        |
     *=======================================================*
   
              Call this through the 'forrest' command
   
 Main targets:
 
+ available-plugins     What plugins are available?
  available-skins       What skins are available?
  clean                 * Clean all directories and files generated during
                         the build
+ init-plugins          Ensure the required plugins are available locally,
+                       if any are not, download them automatically
  install-skin          Install the needed skin from the remote repository
  package-skin          Make a package of an existing skin
  run                   * Run Jetty (instant live webapp)
@@ -291,8 +295,8 @@
 -->
 
  <!DOCTYPE skinconfig PUBLIC
-        "-//APACHE//DTD Skin Configuration V0.6-2//EN"
-        "skinconfig-v06-2.dtd">
+        "-//APACHE//DTD Skin Configuration V0.6-3//EN"
+        "skinconfig-v06-3.dtd">
 
 <skinconfig>
   <!-- To enable lucene search add provider="lucene"