[Yanel-commits] rev 47689 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Mon Feb 22 09:47:06 CET 2010


Author: michi
Date: 2010-02-22 09:47:06 +0100 (Mon, 22 Feb 2010)
New Revision: 47689

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/4fc8f3da-6d71-48e8-9a69-6d1b12283086
Log:
documentation added re build.properties file

Modified: public/yanel/trunk/src/realms/yanel-website/content/4fc8f3da-6d71-48e8-9a69-6d1b12283086
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/4fc8f3da-6d71-48e8-9a69-6d1b12283086	2010-02-22 07:34:58 UTC (rev 47688)
+++ public/yanel/trunk/src/realms/yanel-website/content/4fc8f3da-6d71-48e8-9a69-6d1b12283086	2010-02-22 08:47:06 UTC (rev 47689)
@@ -21,10 +21,28 @@
 <p>By default the GWT source is compiled for all GWT-supported browsers. While developing this can be overridden per resource type within the module configuration (property user.agent), e.g.</p>
 <address>src-gwt/java/org/wyona/security/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml<br /></address>
 <p>There are also some more flags within src/build/resource-types/GWT-RT.build.xml which can be set and help speeding up development, such as for example the -draftCompile fiag, but please be aware that these flags depend on the GWT version you are using (see above: Configuration of GWT version).</p>
+
+<p>
+Each src-gwt directory can contain an optional build properties file, e.g.
+
+<address>src/contributions/resources/policymanager/src-gwt/build.properties</address>
+</p>
+
+<p>
+containing the module names, e.g.
+
+<address>module.name=org.wyona.security.gwt.accesspolicyeditor.AccessPolicyEditor</address>
+</p>
+
+<p>
+which helps to speed up development, because only this specific module will be compiled. But one
+can have several modules per src-gwt (*.gwt.xml) directory and if one wants to compile all at once,
+then one should remove such build.properties files.
+</p>
 <h2>Misc</h2>
 <ul>
 <li><a href="http://documentation.yanel.wyona.org/wiki/wiki/GWT">Yanel Wiki notes on GWT integration</a></li>
 <li><a href="http://svn.wyona.com/repos/public/yanel/trunk/src/contributions/resources/GWT-sandbox/README.txt">GWT sandbox code</a></li>
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list