@Deprecated
public class WidgetsetCompiler
extends Object
A wrapper for the GWT compiler that runs the compiler in a new thread after
updating the widgetset file.
This class originally existed to allow circumventing a J2SE 5.0 bug (6316197)
that prevents setting the stack size for the main thread.
This class takes the same command line arguments as the
com.google.gwt.dev.Compiler class.
A typical invocation would use e.g. the following arguments
"-war WebContent/VAADIN/widgetsets com.vaadin.DefaultWidgetSet"
In addition, larger memory usage settings for the VM should be used, e.g.
"-Xms256M -Xmx512M -Xss8M"
The source directory containing widgetset and related classes must be
included in the classpath, as well as other relevant JARs.