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 @@
<section id="patch">
<title>Get ready</title>
<ul>
- <li>Do 'svn update'</li>
+ <li>Do 'svn update' on forrest/trunk</li>
<li>Do the 'build clean; build' (necessary because the Dispatcher is
changing rapidly and uses some Java)</li>
- <li>Deploy both dispatcher plugins ...</li>
</ul>
- <source>
-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
- </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>
</section>
<section id="enable">