Author: crossley Date: Thu Jan 13 21:00:13 2005 New Revision: 125142 URL: http://svn.apache.org/viewcvs?view=rev&rev=125142 Log: Fix pathname.
Modified: forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml Modified: forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml?view=diff&rev=125142&p1=forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml&r1=125141&p2=forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml&r2=125142 ============================================================================== --- forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml (original) +++ forrest/trunk/docs-author/content/xdocs/forrestbot-web-interface.xml Thu Jan 13 21:00:13 2005 @@ -32,7 +32,7 @@ <p>To build the webapp from source, you need <link href="http://maven.apache.org/">Apache Maven</link> installed. From a - command prompt, go to the <code>forrest/src/forrestbot/webapp</code> + command prompt, go to the <code>forrest/tools/forrestbot/webapp</code> directory and execute "<code>maven war</code>".</p> </section> @@ -96,7 +96,7 @@ </ol> <p>Optional: set up "cron jobs" to execute forrestbot. This is completely - independant of the forrestbot web interface, but is often useful. A + independent of the forrestbot web interface, but is often useful. A suggested practice is to build the sites regularly and deploy them as desired through the web interface.</p> </section> @@ -178,4 +178,4 @@ </ul> </section> </body> -</document> \ No newline at end of file +</document>
