You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marc Englund ee33e544f9 Appengine fixes; This version uses GAE sessions, but attempts to keep synchronization using memcache. For #2835 15 years ago
..
bin Merged all 5.4 build script and testing tools related changes to 6.0 15 years ago
buildhelpers/com/vaadin/buildhelpers The Button Component Strikes Back 15 years ago
cssoptimizer Merges from 6.0 branch. 15 years ago
javadoc svn changeset:59/svn branch:toolkit 17 years ago
maven Added missing maven ant task jar and updated maven snapshot version to 6.1 15 years ago
package 3127 remove FeatureBrowser from demo WAR portlet list 15 years ago
GWT-VERSION.properties Updated default version to 6.1.development and GWT-VERSION to 1.7.0 15 years ago
ITMillApache2LicenseForJavaFiles.txt Updated copyright notices from 2008 to 2009. Fixes #2671. 15 years ago
VERSION.properties Updated default version to 6.1.development and GWT-VERSION to 1.7.0 15 years ago
build.properties Renaming ITMILL/ -> VAADIN/ part 2 (for #2904) 15 years ago
build.xml Appengine fixes; This version uses GAE sessions, but attempts to keep synchronization using memcache. For #2835 15 years ago
html-style.properties Some renamings for Vaadin 6.0 package. 15 years ago
readme.txt Some renamings for Vaadin 6.0 package. 15 years ago

readme.txt

See documentation on build.xml how product is build.

How to build packages
=====================

1. See build/GWT-VERSION.properties file
- states the GWT version used within this project

2. Checkout correct GWT distribution version for your platform from http://dev.vaadin.com/svn/gwt/
- note, you have to checkout GWT for all platforms when doing release builds

3. Extract or link GWT distribution under build/gwt/<platform> directory / directories
- <platform> = linux|windows|mac

4. Run ant package-<platform> in build directory

5. Enjoy build/result/vaadin-<platform>-<version>.tar.gz



Complete example for building from scratch
==========================================
This is run in an empty directory on Ubuntu 8.10 to checkout sources from svn and
to build a complete Vaadin package.

svn co http://dev.vaadin.com/svn/trunk/
svn co http://dev.vaadin.com/svn/gwt/
cd gwt
tar xfj gwt-linux-1.5.3.tar.bz2
cd ../trunk/build
mkdir gwt
cd gwt
ln -sf ../../../gwt/gwt-linux-1.5.3 linux
cd ..
ant package-linux