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.
Marko Grönroos d1fc216028 Toolkit 5.3.0 RC9. преди 15 години
..
buildhelpers/com/itmill/toolkit/buildhelpers Fixed #2383 преди 15 години
javadoc svn changeset:59/svn branch:toolkit преди 17 години
package Removed whitelisting from hosted mode launch config преди 15 години
GWT-VERSION.properties GWT version 1.5.3 is used to build Toolkit. Actually 5.3.0rc4 already used 1.5.3. преди 15 години
ITMillApache2LicenseForJavaFiles.txt Merged /branches/5.1 (3858:3929) back to trunk. преди 16 години
VERSION.properties Toolkit 5.3.0 RC9. преди 15 години
build-www.itmill.com.xml changed package name преди 16 години
build.properties Changed build result path from /result to build/result. преди 16 години
build.xml Automatically determine the publication date and Toolkit version number for Toolkit Manual. The information appears in the edition notice page (the 2nd page) in the PDF version and in the main page of the HTML version. The version information is determined from build/VERSION.properties, and will include any version extensions. преди 15 години
html-style.properties Merged /branches/5.1 (3858:3929) back to trunk. преди 16 години
readme.txt Updated build instructions преди 15 години

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.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

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

5. Enjoy build/result/itmill-toolkit-<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 IT Mill Toolkit package.

svn co http://dev.itmill.com/svn/trunk/
svn co http://dev.itmill.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