From: Marko Grönroos Date: Mon, 25 May 2009 13:36:47 +0000 (+0000) Subject: Clarify the note about using WidgetSetCompiler. For #2891. X-Git-Tag: 6.7.0.beta1~2779 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=70cacf135ecc65127098da1b32af377864257175;p=vaadin-framework.git Clarify the note about using WidgetSetCompiler. For #2891. svn changeset:7995/svn branch:6.0 --- 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.