From 2f2aec13761adac2409b6c757560c0d9e7df910c Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 26 Mar 2009 09:25:00 +0000 Subject: [PATCH] Merged: Added note for building with OOPHM svn changeset:7185/svn branch:6.0 --- build/build.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -->