Author: rgardler
Date: Wed Sep 14 13:31:06 2011
New Revision: 1170607
URL: http://svn.apache.org/viewvc?rev=1170607&view=rev
Log:
Add a note about supplying widgetname from command line
Modified:
incubator/wookie/site/trunk/content/wookie/docs/widgets.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/docs/widgets.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/widgets.mdtext?rev=1170607&r1=1170606&r2=1170607&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/widgets.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/widgets.mdtext Wed Sep 14
13:31:06 2011
@@ -71,10 +71,19 @@ You will be asked the name of te widget
ant deploy-widget
You will be asked the name of the widget to deploy.
+
Your widget will be hot deployed and you can use it immediately
(note the server must have hot deploy turned on for it to see the new widget).
-Automatically deploying at build time
+##Supplying the widget name
+
+It can become tiresome having to enter the widget name repeatedly
+during the development cycle. For this reason you can supply it in the
+command, for example;
+
+ ant deploy-widget -Dwidget.shortname=FooWidget
+
+#Automatically deploying at build time
Widgets will automatically be deployed at build time by default. That is, any
widgets found in the widgets directory will be deployed to the webapp when it
is rebuilt. you can configure which widgets will be deployed in your
local.build.properties files.
#Third Party Materials