Source CodeThe source code of Vaadin lives in a subversion repository. Anyone can download the source and do anything the license permits with it (which is almost anything).
Browse the sources
| Repository Structure
StatisticsBuilding Vaadin From Sources1. Check out correct version of Vaadin: (for example: svn co http://dev.vaadin.com/svn/versions/6.4 ) 2. See build/GWT-VERSION.properties file to determine which version of Google Web Toolkit you need for building Vaadin 3. Download the correct GWT distribution version for your platform from Google. If you want to do a release-build, you have to get the all platform 4. Extract or link GWT distribution under build/gwt/<platform> directory, where <platform> = linux or windows or mac 5. Run ant package-<platform> in build directory 6. Enjoy build/result/vaadin-<platform>-<version>.tar.gz |