diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-22 09:33:35 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-12-22 09:33:35 +0000 |
commit | b47cd5b9749c1f4ccb4d6b1b25501e33c039cece (patch) | |
tree | 31608f9fc579bb413d1ee2dffcf3bf2c16e7acee /build/readme.txt | |
parent | 47eabe7d27f61e710b3b50179999aacc84488706 (diff) | |
download | vaadin-framework-b47cd5b9749c1f4ccb4d6b1b25501e33c039cece.tar.gz vaadin-framework-b47cd5b9749c1f4ccb4d6b1b25501e33c039cece.zip |
Updated build readme.txt to reflect the OOPHM build procedure
svn changeset:6323/svn branch:trunk
Diffstat (limited to 'build/readme.txt')
-rw-r--r-- | build/readme.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/build/readme.txt b/build/readme.txt index 80e8e6897c..6b1672fcb0 100644 --- a/build/readme.txt +++ b/build/readme.txt @@ -8,9 +8,10 @@ How to build packages 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 +- note, on linux you must have specially built oophm package from dev.itmill.com/svn/gwt/ 3. Extract or link GWT distribution under build/gwt/<platform> directory / directories -- <platform> = linux|windows|mac|mac_leopard +- <platform> = linux|windows|mac 4. Run ant package-<platform> in build directory @@ -20,16 +21,16 @@ How to build packages 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 +This is run in an empty directory on Ubuntu 8.10 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 +tar xfz gwt-linux-1.5.3-oophm.tar.gz cd ../trunk/build mkdir gwt cd gwt -ln -sf ../../../gwt/gwt-mac-1.4.62 mac_leopard +ln -sf ../../../gwt/gwt-linux-1.5.3-oophm linux cd .. -ant package-mac_leopard
\ No newline at end of file +ant package-linux
\ No newline at end of file |