Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 20305 invoked from network); 20 May 2006 10:42:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 May 2006 10:42:49 -0000 Received: (qmail 17103 invoked by uid 500); 20 May 2006 10:42:48 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 17048 invoked by uid 500); 20 May 2006 10:42:48 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 17037 invoked by uid 99); 20 May 2006 10:42:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 03:42:48 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 03:42:47 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2B8831A983A; Sat, 20 May 2006 03:42:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r407981 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml Date: Sat, 20 May 2006 10:42:26 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060520104227.2B8831A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@
Dispatcher quickstart - 0.2 + 0.3
@@ -51,7 +51,6 @@
  • Using Forrest trunk of SVN (i.e. forrest-0.8-dev). - Must be after r373699, preferably head of trunk.
  • Followed the installation instructions below.
  • You have an existing forrest site and want to try the @@ -70,9 +69,8 @@
    Get ready
      -
    • Do 'svn update' or at least use r373699.
    • +
    • Do 'svn update'
    • Do the 'build clean; build' (necessary because the Dispatcher is changing rapidly and uses some Java)
    • -
    • Apply the patch from https://issues.apache.org/jira/browse/FOR-796
    • Deploy both dispatcher plugins ...
    @@ -81,6 +79,9 @@ cd ../org.apache.forrest.themes.core $FORREST_HOME/tools/ant/bin/ant local-deploy + 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 FOR-886

    The build and deploy steps can be done using the convenience script: $FORREST_HOME/etc/builddispatcher.sh|bat