#summary How to build the sample application #labels Featured # Check out the Google Web Toolkit as described in [http://code.google.com/webtoolkit/makinggwtbetter.html 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 }}} # `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 }}} # Run `svn update` to download the GwtFeedReader code # Edit `samples/build.xml`: # Add a new target {{{ }}} # Add `feedreader` to the `-do` target's dependencies: {{{ - + }}} # Obtain an [http://code.google.com/apis/ajaxfeeds/signup.html API key]. # Rename `src/com/google/gwt/sample/feedreader/public/GwtFeedReader.html.template` and add your API key to the script tag that sets `window.AjaxFeedApiKey`. # Run `ant samples` to compile. The output will be in `build/out/samples/GwtFeedReader` # Alternatively, run `ant dist` and unpack the platform-specific file in `build/dist`