Opentaps Google Web Toolkit

From Opentaps Wiki
Revision as of 19:08, 3 November 2008 by Sichen (talk | contribs) (New page: __TOC__ ===Building GWT=== The Google Web Toolkit (GWT) is built independently of opentaps. To build the Google Web toolkit widgets, $ ant gwt To clear the previous build, $ ant clea...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Contents

Building GWT

The Google Web Toolkit (GWT) is built independently of opentaps. To build the Google Web toolkit widgets,

$ ant gwt

To clear the previous build,

$ ant clean-gwt

The build will look for the .gwt.xml file specified in the target of the ant build.xml. Therefore, to add your Google Web toolkit widget to the build, add it to


To speed up the build during development, you can enable it for only one of the browsers in your .gwt.xml file. For example, you can enable it for only Mozilla/Firefox by setting the user.agent property to "gecko1_8":