]> source.dussan.org Git - vaadin-framework.git/commitdiff
Clarify the note about using WidgetSetCompiler. For #2891.
authorMarko Grönroos <magi@iki.fi>
Mon, 25 May 2009 13:36:47 +0000 (13:36 +0000)
committerMarko Grönroos <magi@iki.fi>
Mon, 25 May 2009 13:36:47 +0000 (13:36 +0000)
svn changeset:7995/svn branch:6.0

WebContent/release-notes.html

index 830464506be8b126492b2f31993ca5cb4224f2c5..8373ecdb9d9c4c0a7addeb23063e035d7844457c 100644 (file)
@@ -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>