My favorites | Sign in
Google
                
Search
for
Updated Sep 21, 2007 by gwt.team.bobv
Labels: Featured
HowToBuild  
How to build the sample application
  1. Check out the Google Web Toolkit as described in Making GWT Better
    • Checking out the GWT 1.4 release branch is recommended instead of trunk:
    • svn co http://google-web-toolkit.googlecode.com/svn/releases/1.4 gwt-1.4
  2. cd to your GWT checkout directory (either trunk or gwt-1.4):
    • This command will link the GWT Feed Reader code into your checkout:
    • svn ps svn:externals 'feedreader http://gwt-feed-reader.googlecode.com/svn/trunk/' samples
  3. Run svn update to download the GwtFeedReader code
  4. Edit samples/build.xml:
    1. Add a new target
    2. <target name="feedreader" description="Build feedreader">
        <gwt.ant dir="feedreader" />
      </target>
      
    3. Add feedreader to the -do target's dependencies:
    4. - <target name="-do" depends="dynatable, hello, i18n, json, kitchensink, mail, simplexml" description="Run all subprojects" />
      + <target name="-do" depends="dynatable, feedreader, hello, i18n, json, kitchensink, mail, simplexml" description="Run all subprojects" />
  5. Obtain an API key.
  6. Rename src/com/google/gwt/sample/feedreader/public/GwtFeedReader.html.template and add your API key to the script tag that sets window.AjaxFeedApiKey.
  7. Run ant samples to compile. The output will be in build/out/samples/GwtFeedReader
  8. Alternatively, run ant dist and unpack the platform-specific file in build/dist


Comment by namjam105, Feb 09, 2008

Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html

Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum, DOwnload Themes, Apps for iPhone. http://iphonebaidu.com/forum/

Copyright © 2008 iPhone Baidu! Inc. All rights reserved


Sign in to add a comment