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 2006/04/01 03:24:41 UTC

svn commit: r390562 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Author: crossley
Date: Fri Mar 31 17:24:39 2006
New Revision: 390562

URL: http://svn.apache.org/viewcvs?rev=390562&view=rev
Log:
Remove superfluous step about using structure.sh
Make sure to build clean; build.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml?rev=390562&r1=390561&r2=390562&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml Fri Mar 31 17:24:39 2006
@@ -70,8 +70,9 @@
       <title>Get ready</title>
       <ul>
         <li>Do 'svn update' or at least use r373699.</li>
+        <li>Do the 'build clean; build' (necessary because the Dispatcher is changing rapidly and uses some Java)</li>
         <li>Apply the patch from https://issues.apache.org/jira/browse/FOR-796</li>
-        <li>Deploy both dispatcher plugins.</li>
+        <li>Deploy both dispatcher plugins ...</li>
       </ul>
       <source>
 cd whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher
@@ -79,6 +80,9 @@
 cd ../org.apache.forrest.themes.core
 $FORREST_HOME/tools/ant/bin/ant local-deploy
       </source>
+      <p>The build and deploy steps can be done using the convenience script:
+       <code>$FORREST_HOME/etc/builddispatcher.sh|bat</code>
+      </p>
     </section>
 
     <section id="enable">
@@ -87,7 +91,6 @@
         <li>Add the new plugins to forrest.properties ...
         ,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
         </li>
-        <li>Deploy both dispatcher plugins with etc/structurer.sh</li>
         <li>localhost:8888/index.html ... fantastic. See the default view.</li>
       </ul>
     </section>