Author: crossley
Date: Mon Apr 3 23:20:18 2006
New Revision: 391230
URL: http://svn.apache.org/viewcvs?rev=391230&view=rev
Log:
Explain that any changes during development will need "local-deploy".
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?rev=391230&r1=391229&r2=391230&view=diff
==============================================================================
---
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
Mon Apr 3 23:20:18 2006
@@ -293,12 +293,16 @@
<title>Testing During Development</title>
<p>In the current plugin system plugins are not used from their
src directories, they must first be deployed locally. To do this
- run the command <code>ant local-deploy</code>.</p>
+ run the command
+ <code>$FORREST_HOME/tools/ant/bin/ant local-deploy</code></p>
- <note>The test target will do this deployment automatically for you.
+ <note>The "test" target will do this deployment automatically for you.
You need only run it manually if you wish to test the plugin whilst
editing content in a live Forrest instance.</note>
-
+
+ <p>When you make changes to the plugin while doing its development,
+ then you need to do the local-deploy again for those changes to have
effect.</p>
+
<p>In most cases you can locally deploy a plugin without having to
restart Forrest. However, if your plugin changes any configuration
files in the <code>conf</code> directory you will, most likely, have