com.vaadin.tools
Class WidgetsetCompiler

java.lang.Object
  extended by com.vaadin.tools.WidgetsetCompiler

Deprecated. with Java 6, can use com.google.gwt.dev.Compiler directly (also in Eclipse plug-in etc.)

@Deprecated
public class WidgetsetCompiler
extends java.lang.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.


Constructor Summary
WidgetsetCompiler()
          Deprecated.  
 
Method Summary
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetsetCompiler

public WidgetsetCompiler()
Deprecated. 
Method Detail

main

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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.