You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/05/20 12:42:26 UTC

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

Author: rgardler
Date: Sat May 20 03:42:26 2006
New Revision: 407981

URL: http://svn.apache.org/viewvc?rev=407981&view=rev
Log:
no need to patch anymore, problem with auto deploying plugins they *must* be deployed manually

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/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml?rev=407981&r1=407980&r2=407981&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 Sat May 20 03:42:26 2006
@@ -19,7 +19,7 @@
 <howto>
   <header>
    <title>Dispatcher quickstart</title>
-    <version>0.2</version>
+    <version>0.3</version>
     <last-modified-content-date date="2006-02-02" />
   </header>
 
@@ -51,7 +51,6 @@
   <prerequisites title="Prerequisites">
     <ul>
       <li>Using Forrest trunk of SVN (i.e. forrest-0.8-dev).
-        Must be after r373699, preferably head of trunk.
       </li>
       <li>Followed the installation instructions below.</li>
       <li>You have an existing forrest site and want to try the
@@ -70,9 +69,8 @@
     <section id="patch">
       <title>Get ready</title>
       <ul>
-        <li>Do 'svn update' or at least use r373699.</li>
+        <li>Do 'svn update'</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>
       </ul>
       <source>
@@ -81,6 +79,9 @@
 cd ../org.apache.forrest.themes.core
 $FORREST_HOME/tools/ant/bin/ant local-deploy
       </source>
+        <fixme author="rdg">0.8-dev has an auto deploy mechanism for plugins, 
+        this third step should not be necessary. However, it does not appear to work correctly for
+        dispatcher plugins. See <a href="http://issues.apache.org/jira/browse/FOR-886">FOR-886</a></fixme>
       <p>The build and deploy steps can be done using the convenience script:
        <code>$FORREST_HOME/etc/builddispatcher.sh|bat</code>
       </p>