[Yanel-commits] rev 35341 - public/yanel/contributions/ajax-components

simon at wyona.com simon at wyona.com
Mon Apr 14 11:56:49 CEST 2008


Author: simon
Date: 2008-04-14 11:56:48 +0200 (Mon, 14 Apr 2008)
New Revision: 35341

Modified:
   public/yanel/contributions/ajax-components/README.txt
Log:
fixed readme. added hint for hostmode

Modified: public/yanel/contributions/ajax-components/README.txt
===================================================================
--- public/yanel/contributions/ajax-components/README.txt	2008-04-14 09:55:32 UTC (rev 35340)
+++ public/yanel/contributions/ajax-components/README.txt	2008-04-14 09:56:48 UTC (rev 35341)
@@ -12,6 +12,8 @@
           - the operating system specific gwt dev lib name
        within local.build.properties
 
-    3) Start building components (e.g. "ant -Dcomponent.home.dir=src/hello-world". A build directory should be created within the component directory, e.g. src/hello-world/build)
+    3) Start building components (e.g. "ant google.compile -Dcomponent.home.dir=src/hello-world". A build directory should be created within the component directory, e.g. src/hello-world/build)
 
-    4) Test components (e.g. open a browser and open one of the test files, for example src/hello-world/build/org.wyona.yanel.gwt.helloworld.HelloWorld/TestHelloWorld.html)
+    4) a) Test components (e.g. open a browser and open one of the test files, for example src/hello-world/build/org.wyona.yanel.gwt.helloworld.HelloWorld/TestHelloWorld.html)
+       b) run target google.hostmode to open the gwt host mode browser (e.g. "ant google.hostmode -Dcomponent.home.dir=src/hello-world")
+          IMPORTANT: add add a property hostmode.hostpage.name in your components build property file. (see component access-policy-editor)



More information about the Yanel-commits mailing list