diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-28 17:03:24 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-28 17:03:24 +0000 |
commit | 29defd0e55ad047f2f8165702d7a33ed7974cb2c (patch) | |
tree | 00f871ac063cb3c881882d94e043e1c7aa0183ab /build | |
parent | 9ba7c80ad589904ef1aaa8e5bae8ee0928fca055 (diff) | |
download | vaadin-framework-29defd0e55ad047f2f8165702d7a33ed7974cb2c.tar.gz vaadin-framework-29defd0e55ad047f2f8165702d7a33ed7974cb2c.zip |
Updated build instructions
svn changeset:4968/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/readme.txt | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/build/readme.txt b/build/readme.txt index f87d43dbea..b5f8bf1668 100644 --- a/build/readme.txt +++ b/build/readme.txt @@ -1,17 +1,34 @@ 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 +2. Checkout correct GWT distribution version for your platform from http://dev.itmill.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 +- <platform> = linux|windows|mac|mac_leopard -4. Update Eclipse project classpath build/gwt/<platform>/gwt-user.jar and gwt-dev-<platform>.jar +4. Run ant package-<platform> in build directory -Note: All GWT distributions have been moved to -http://dev.itmill.com/svn/gwt/ +5. Enjoy build/result/itmill-toolkit-<platform>-<version>.tar.gz + +Complete example for building from scratch +========================================== +This is run in an empty directory on Mac OS X 10.5.3 to checkout sources from svn and +to build a complete IT Mill Toolkit package. + +svn co http://dev.itmill.com/svn/trunk/ +svn co http://dev.itmill.com/svn/gwt/ +cd gwt +tar xfz gwt-leopard-1.4.62.tar.gz +cd ../trunk/build +mkdir gwt +cd gwt +ln -sf ../../../gwt/gwt-mac-1.4.62 mac_leopard +cd .. +ant package-mac_leopard
\ No newline at end of file |