Vaadin

Join Vaadin Log In

Source Code

The 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

Name Size Rev Age Last Change
addons 14757 33 hours teppo.kurki@…: Added the new tests to the set of all tests.
branches 14774 10 hours john.ahlroos@…: Fixed client side criteria handling for Ordered layouts.
builds 4118 2 years magi@…: Testing Tools 1.0.0rc9 and updated Evaluation Kit.
contrib 14726 42 hours pbx9959@…: Serial added
doc 14777 9 hours magi@…: Embedded all fonts in the Book PDF. Requires Windows TTF fonts to be …
external 12033 6 months artur.signell@…: Relocated external libs to /external
incubator 14779 8 hours Johan.Selanniemi@…: ready for testing
integration 14669 8 days henri.sara@…: Fix typo in message
releases 14661 9 days magi@…: Tagged Vaadin 6.4.3 release.
ToolkitAutomatedTesting 4938 2 years magi@…: More working formatting for test results.
versions 14780 8 hours matti.tahvonen@…: test case
versions-test-screenshots 14767 30 hours artur.signell@…: Updated references to correct version
wysiwyg 14772 12 hours john.ahlroos@…: Fixed issue with components not visible when no icon is defined.

Repository Structure

Statistics

Building Vaadin From Sources

1. 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