From 70cacf135ecc65127098da1b32af377864257175 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Mon, 25 May 2009 13:36:47 +0000 Subject: [PATCH] Clarify the note about using WidgetSetCompiler. For #2891. svn changeset:7995/svn branch:6.0 --- WebContent/release-notes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 830464506b..8373ecdb9d 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -164,7 +164,9 @@ for your platform.

the GWT compiler that runs the compiler in a separate thread, thus using the user-specified stack size settings also on JDK 1.5.0. Use com.itmill.toolkit.launcher.WidgetsetCompiler instead of - com.google.gwt.dev.Compiler

+ com.google.gwt.dev.Compiler. You need the wrapper if you use a build script + to compile custom widget sets; the Eclipse plugin uses the wrapper + automatically. You can also avoid the problem by using JDK 1.6.

-- 2.39.5