Show
Ignore:
Timestamp:
06/28/08 17:03:24 (6 months ago)
Author:
joonas.lehtinen@…
Message:

Updated build instructions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build/readme.txt

    r4964 r4968  
    11See documentation on build.xml how product is build. 
    22 
     3How to build packages 
     4===================== 
    35 
    461. See build/GWT-VERSION.properties file 
    57- states the GWT version used within this project 
    68 
    7 2. Checkout correct GWT distribution version for your platform 
     92. Checkout correct GWT distribution version for your platform from http://dev.itmill.com/svn/gwt/ 
    810- note, you have to checkout GWT for all platforms when doing release builds 
    911 
    10123. Extract or link GWT distribution under build/gwt/<platform> directory / directories 
    11 - <platform> = linux|windows|mac 
     13- <platform> = linux|windows|mac|mac_leopard 
    1214 
    13 4. Update Eclipse project classpath build/gwt/<platform>/gwt-user.jar and gwt-dev-<platform>.jar 
     154. Run ant package-<platform> in build directory 
    1416 
    15 Note: All GWT distributions have been moved to  
    16 http://dev.itmill.com/svn/gwt/ 
     175. Enjoy build/result/itmill-toolkit-<platform>-<version>.tar.gz 
    1718 
     19 
     20Complete example for building from scratch 
     21========================================== 
     22This is run in an empty directory on Mac OS X 10.5.3 to checkout sources from svn and 
     23to build a complete IT Mill Toolkit package. 
     24 
     25svn co http://dev.itmill.com/svn/trunk/ 
     26svn co http://dev.itmill.com/svn/gwt/ 
     27cd gwt 
     28tar xfz gwt-leopard-1.4.62.tar.gz 
     29cd ../trunk/build 
     30mkdir gwt 
     31cd gwt 
     32ln -sf ../../../gwt/gwt-mac-1.4.62 mac_leopard 
     33cd .. 
     34ant package-mac_leopard