Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Info

...

Wiki Markup
h3. Info
- [GWT Project Site|http://code.google.com/webtoolkit/]

h4. Build GWT From Source 2008-05-17
- Checkout source code
-- svn checkout http://google-web-toolkit.googlecode.com/svn/tools/ ~/src/gwt-tools
-- svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/ ~/src/gwt-trunk
- Setting environment variable
-- setenv GWT_TOOLS ${HOME}/src/gwt-tools
- Build gwt-trunk
-- cd ~/src/gwt-trunk
-- ant
- The GWT build creates each binary distribution in the build/dist subdirectory of the source root directory
-- ls ~/src/gwt-trunk/build/dist
--- gwt-linux-0.0.0.tar.bz2, gwt-mac-0.0.0.tar.gz, gwt-windows-0.0.0.zip