Class WidgetsetCompiler


  • @Deprecated
    public class WidgetsetCompiler
    extends Object
    Deprecated.
    with Java 6, can use com.google.gwt.dev.Compiler directly (also in Eclipse plug-in etc.)
    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.
    • Constructor Detail

      • WidgetsetCompiler

        public WidgetsetCompiler()
        Deprecated.
    • Method Detail

      • main

        public static void main​(String[] args)
        Deprecated.
        Parameters:
        args - same arguments as for com.google.gwt.dev.Compiler