Changeset 4968 for trunk/build/readme.txt
- Timestamp:
- 06/28/08 17:03:24 (6 months ago)
- Files:
-
- 1 modified
-
trunk/build/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/readme.txt
r4964 r4968 1 1 See documentation on build.xml how product is build. 2 2 3 How to build packages 4 ===================== 3 5 4 6 1. See build/GWT-VERSION.properties file 5 7 - states the GWT version used within this project 6 8 7 2. Checkout correct GWT distribution version for your platform 9 2. Checkout correct GWT distribution version for your platform from http://dev.itmill.com/svn/gwt/ 8 10 - note, you have to checkout GWT for all platforms when doing release builds 9 11 10 12 3. Extract or link GWT distribution under build/gwt/<platform> directory / directories 11 - <platform> = linux|windows|mac 13 - <platform> = linux|windows|mac|mac_leopard 12 14 13 4. Update Eclipse project classpath build/gwt/<platform>/gwt-user.jar and gwt-dev-<platform>.jar15 4. Run ant package-<platform> in build directory 14 16 15 Note: All GWT distributions have been moved to 16 http://dev.itmill.com/svn/gwt/ 17 5. Enjoy build/result/itmill-toolkit-<platform>-<version>.tar.gz 17 18 19 20 Complete example for building from scratch 21 ========================================== 22 This is run in an empty directory on Mac OS X 10.5.3 to checkout sources from svn and 23 to build a complete IT Mill Toolkit package. 24 25 svn co http://dev.itmill.com/svn/trunk/ 26 svn co http://dev.itmill.com/svn/gwt/ 27 cd gwt 28 tar xfz gwt-leopard-1.4.62.tar.gz 29 cd ../trunk/build 30 mkdir gwt 31 cd gwt 32 ln -sf ../../../gwt/gwt-mac-1.4.62 mac_leopard 33 cd .. 34 ant package-mac_leopard
