From: Joonas Lehtinen Date: Tue, 23 Dec 2008 09:44:12 +0000 (+0000) Subject: Build-script for OOPHM version of the Toolkit X-Git-Tag: 6.7.0.beta1~3451 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6719e10996d01802c6f01e006fb1aec75d2636dd;p=vaadin-framework.git Build-script for OOPHM version of the Toolkit svn changeset:6344/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index 2af01b8806..dbc737f096 100644 --- a/build/build.xml +++ b/build/build.xml @@ -29,7 +29,7 @@ - + @@ -41,6 +41,9 @@ + + + @@ -104,6 +107,9 @@ + + + @@ -199,6 +205,25 @@ + + + Creating package for ${package-platform} platform. + + + + + + + + + + + + + + + + Creating package for ${package-platform} platform. @@ -424,6 +449,21 @@ + + + + + + + + + + + + + + + @@ -609,6 +649,7 @@ + @@ -633,6 +674,7 @@ + @@ -655,6 +697,7 @@ + @@ -675,6 +718,7 @@ + diff --git a/build/package/oophm-readme.txt b/build/package/oophm-readme.txt new file mode 100644 index 0000000000..6ebc58da28 --- /dev/null +++ b/build/package/oophm-readme.txt @@ -0,0 +1,77 @@ +============================================================================== +IT Mill Toolkit Readme +============================================================================== + +This is an experimental version of IT Mill Toolkit built using +out of process hosted mode (OOPHM) branch of Google Web Toolkit. It uses different +version of GWT libraries and compiler than the official , so please +use with caution. The benefits are that after you install browser plugins from +gwt/plugins, you should be able to enable hosted mode within real browsers by adding +?gwt.hosted=127.0.0.1:9997 parameter to the application url you are using. + +Please post any comments and questions about OOPHM version to IT Mill Toolkit forums. + +------------- +How to Start? +------------- + +Open a shell window, change to the installation directory, and execute "sh start.sh". It +will start a web application at port 8888 on the local host and opens a web browser window +to display the start page of IT Mill Toolkit Content Browser. + +The installation directory is a web application as itself and is directly importable to +Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse +main menu. See the manual for detailed instructions. + +------------------------------------------ +What's Inside the IT Mill Toolkit Package? +------------------------------------------ + +You should start exploring IT Mill Toolkit through the provided Content Browser web +application within this package; see 'How to Start?' above. + +The WebContent directory contains the content available through the Content Browser: the +IT Mill Toolkit Library, demos, documentation, and other useful information to get started +with IT Mill Toolkit. + +Below is a list of most important locations and files: + +Start IT Mill Toolkit +- start exploring IT Mill Toolkit by double-clicking this icon + +COPYING +- license file + +WebContent/itmill-toolkit-.jar +- IT Mill Toolkit Library containing Java source and compiled files + +WebContent/doc/manual.pdf +- IT Mill Toolkit Reference Manual in PDF format + +WebContent/doc/manual/index.html +- IT Mill Toolkit Reference Manual in HTML format + +WebContent/doc/api/index.html +- IT Mill Toolkit API Documentation as JavaDoc reference + +WebContent/WEB-INF/src +- Content Browser source code, compiled into WebContent/WEB-INF/classes + +WebContent/doc/example-source +- example source code in HTML format + +WebContent/demo +- files required by the demos + +IT Mill Toolkit Hosted Mode.launch +IT Mill Toolkit Web Mode.launch +- launch configurations for Eclipse workspace + +WebContent/doc/example-source/build-widgetset.xml +- example on how to build GWT widget sets for IT Mill Toolkit application + +WebContent/ITMILL +- widget sets and themes + +gwt +- Google Web Toolkit is required for building new widget sets