My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToBuild  
How to build the sample application
Featured
Updated Feb 4, 2010
  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 namjam...@gmail.com, Feb 9, 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

Comment by jhor...@gmail.com, Nov 10, 2009

Need double quotes around externals property on Windows. I.e. svn ps svn:externals "feedreader http://gwt-feed-reader.googlecode.com/svn/trunk/" samples


Sign in to add a comment
Powered by Google Project Hosting