Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Build GWT From Source : 2008-05-17
- Checkout source code
- Setting environment variable
- setenv GWT_TOOLS ${HOME}/src/gwt-tools
- setevn GWT_EXTERNAL_BROWSER /usr/bin/firefox
- Set maven 2 settings.xml properties for your profile:
- Build gwt-trunk
- 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
- Unpack the binary that matches your operation system
- tar xvzf gwt-mac-0.0.0.tar.gz
- mv gwt-mac-0.0.0 ~/local
- cd ~local; ln -s gwt-mac-0.0.0 gwt
- Add GWT binary root folder to execution path
- setenv PATH ${PATH}:${HOME}/local/gwt