Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 58899 invoked from network); 31 Jul 2006 21:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 21:51:17 -0000 Received: (qmail 68747 invoked by uid 500); 31 Jul 2006 21:51:17 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 68703 invoked by uid 500); 31 Jul 2006 21:51:17 -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 68691 invoked by uid 99); 31 Jul 2006 21:51:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 14:51:16 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,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; Mon, 31 Jul 2006 14:51:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3E11A1A981A; Mon, 31 Jul 2006 14:50:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r427306 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml Date: Mon, 31 Jul 2006 21:50:55 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060731215056.3E11A1A981A@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: thorsten Date: Mon Jul 31 14:50:55 2006 New Revision: 427306 URL: http://svn.apache.org/viewvc?rev=427306&view=rev Log: removing notes about the local deploy, since it is not need anymore due to auto deploying plugins 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=427306&r1=427305&r2=427306&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 Mon Jul 31 14:50:55 2006 @@ -69,22 +69,9 @@
Get ready
    -
  • Do 'svn update'
  • +
  • Do 'svn update' on forrest/trunk
  • Do the 'build clean; build' (necessary because the Dispatcher is changing rapidly and uses some Java)
  • -
  • Deploy both dispatcher plugins ...
- -cd whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher -$FORREST_HOME/tools/ant/bin/ant local-deploy -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 -