From: Artur Signell Date: Thu, 26 Mar 2009 09:25:00 +0000 (+0000) Subject: Merged: Added note for building with OOPHM X-Git-Tag: 6.7.0.beta1~3047 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f2aec13761adac2409b6c757560c0d9e7df910c;p=vaadin-framework.git Merged: Added note for building with OOPHM svn changeset:7185/svn branch:6.0 --- 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 -->