diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-03-26 09:25:00 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-03-26 09:25:00 +0000 |
commit | 2f2aec13761adac2409b6c757560c0d9e7df910c (patch) | |
tree | 0c047b14f001f8db5543fa255e7ed40de296afe8 /build | |
parent | 747fa23f1d3db902d065a9d8b0b2ec716965cf43 (diff) | |
download | vaadin-framework-2f2aec13761adac2409b6c757560c0d9e7df910c.tar.gz vaadin-framework-2f2aec13761adac2409b6c757560c0d9e7df910c.zip |
Merged: Added note for building with OOPHM
svn changeset:7185/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 9e5db20b68..5ae5bcf141 100644 --- a/build/build.xml +++ b/build/build.xml @@ -24,6 +24,12 @@ ${gwt-dir}/${platform} (linux|windows|mac) are used for a) compile WebContent/ITMILL/widgetsets b) creating platform specific release ZIP/TGZ packages. + + NOTE FOR USING OOPHM: + * To build with oophm define the property platform=oophm + * In Eclipse this is done in External Tools Configurations -> properties + * If you are using windows you must use JDK 1.6 and not 1.5 + * To enable building with JDK 1.6, define ignoreversion=1 --> <!-- |