Author: psharples
Date: Wed Jan 18 15:39:23 2012
New Revision: 1232937

URL: http://svn.apache.org/viewvc?rev=1232937&view=rev
Log:
Minor fix for an ant build path referencing a 'wookie' root folder, which may 
not exist. See WOOKIE-304. Also updated the readme.txt to correct the paths in 
the instructions.

Modified:
    incubator/wookie/trunk/widgets/templates/readme.txt
    incubator/wookie/trunk/widgets/templates/widgets/build.xml

Modified: incubator/wookie/trunk/widgets/templates/readme.txt
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/readme.txt?rev=1232937&r1=1232936&r2=1232937&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/readme.txt (original)
+++ incubator/wookie/trunk/widgets/templates/readme.txt Wed Jan 18 15:39:23 2012
@@ -233,7 +233,7 @@ defined by your widget. Check the detail
 In this section we will create a simple widget that says hello to the
 world (what else would the first widget be?)
 
-  * cd [WOOKIE_HOME/widgets/template/widget
+  * cd [WOOKIE_HOME/widgets/templates/widgets
   * mkdir helloWorld
   * create a file called "./widget.properties"
   * open widget.properties in your favourite editor and add the following:
@@ -248,7 +248,7 @@ That's it, you have built your first tem
 need to generate and deploy it:
 
   * Ensure that Wookie is running locally
-  * cd [WOOKIE_HOME]/widgets/template
+  * cd [WOOKIE_HOME]/widgets/templates/widgets
   * ant generate-all-widgets -Dwidget.include=helloWorld
   * take a look at your new widget in your local instance of Wookie
 

Modified: incubator/wookie/trunk/widgets/templates/widgets/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/widgets/build.xml?rev=1232937&r1=1232936&r2=1232937&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/widgets/build.xml (original)
+++ incubator/wookie/trunk/widgets/templates/widgets/build.xml Wed Jan 18 
15:39:23 2012
@@ -28,7 +28,7 @@ http://incubator.apache.org/wookie/docs/
 -->
 <project basedir="." name="widgets_build_file">
 
-    <property name="wookie.root.dir" location="../../../../wookie/"/>
+    <property name="wookie.root.dir" location="../../../"/>
     <property name="default.widget.definitions.dir" location="."/>
     <property name="wookie.template.dir" 
location="${wookie.root.dir}/widgets/templates"/>
     <property name="template.dir" location="${wookie.template.dir}"/>


Reply via email to