summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-25 13:36:47 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-25 13:36:47 +0000
commit70cacf135ecc65127098da1b32af377864257175 (patch)
treed55d479fdbd8398fb87dffcf764a22d81b667a11
parentb45398fac174a556e57c292144678d8ada71868b (diff)
downloadvaadin-framework-70cacf135ecc65127098da1b32af377864257175.tar.gz
vaadin-framework-70cacf135ecc65127098da1b32af377864257175.zip
Clarify the note about using WidgetSetCompiler. For #2891.
svn changeset:7995/svn branch:6.0
-rw-r--r--WebContent/release-notes.html4
1 files changed, 3 insertions, 1 deletions
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.</p>
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
<tt>com.itmill.toolkit.launcher.WidgetsetCompiler</tt> instead of
- <tt>com.google.gwt.dev.Compiler</tt></p>
+ <tt>com.google.gwt.dev.Compiler</tt>. 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.</p>
</li>
</ul>