Problemas Compilacion de WidgetSet Vaadin 7

Llevo programando unos meses con Vaadin y la verdad es que el manejo de los UI y de las clases van muy bien pero tengo el problema ahora con el addon. Desarrollo en IntelliJ IDEA y he instalado el plugin para que aparezca la opción de crear un nuevo WidgetSet y los botones para la compilación de widgetsets. Estoy utilizando la versión 7.0.6 por lo que la librería a utilizar para la compilación de los widgetsets es la vaadin-client-compiler-7.0.6.jar. Creo que dicha librería es la que me está haciendo que la compilación no sea efectiva y de un error de retorno 1.

Esta es la información:
“C:\Program Files\Java\jdk1.7.0_11\bin\java” -Xss8M -Xmx512M -XX:MaxPermSize=512M -Didea.launcher.port=7532 “-Didea.launcher.bin.path=D:\Program Files\IntelliJ IDEA 11.1.4\bin” -Dfile.encoding=windows-1252 -classpath “clases de la aplicación de gestión que tengo incluido al proyecto para funcione” com.intellij.rt.execution.application.AppMain com.vaadin.tools.WidgetsetCompiler


-out D:\Twister\src\TWLite\WEB-INF\VAADIN\widgetsets -style Detailed com.TWLiteMM.Clientes.PlugCharts.ChartWidgetset



Updating GWT module description file…
sep 24, 2013 11:27:16 AM com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Widgetsets found from classpath:
com.TWLiteMM.Clientes.PlugCharts.ChartWidgetset in file://D/Twister/classes
com.vaadin.DefaultWidgetSet in jar:file:D:/Twister/src/TWLite/WEB-INF/lib/vaadin-client-7.0.6.jar!/
com.vaadin.addon.charts.Widgetset in jar:file:D:/Twister/src/TWLite/WEB-INF/lib/vaadin-charts-1.1.2.jar!/
com.vaadin.addon.timeline.gwt.TimelineWidgetSet in jar:file:D:/Twister/src/TWLite/WEB-INF/lib/vaadin-charts-1.1.2.jar!/
org.vaadin.hezamu.canvas.CanvasWidgetset in jar:file:D:/Twister/src/TWLite/WEB-INF/lib/canvas-2.0.jar!/
com.TWLiteMM.Clientes.ChartWidgetset in file://D/Twister/classes

sep 24, 2013 11:27:16 AM com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Search took 305ms
Done.
Starting GWT compiler
Unknown argument: -out
Google Web Toolkit 7.0.6
Compiler [-logLevel level]
[-workDir dir]
[-gen dir]
[-style style]
[-ea]
[-XdisableClassMetadata]
[-XdisableCastChecking]
[-validateOnly]
[-draftCompile]
[-optimize level]
[-compileReport]
[-strict]
[-XenableClosureCompiler]
[-XfragmentMerge numFragments]
[-XfragmentCount numFragments]
[-localWorkers count]
[-war dir]
[-deploy dir]
[-extra dir]
module

where
-logLevel The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL
-workDir The compiler’s working directory for internal use (must be writeable; defaults to a system temp dir)
-gen Debugging: causes normally-transient generated types to be saved in the specified directory
-style Script output style: OBF[USCATED]
, PRETTY, or DETAILED (defaults to OBF)
-ea Debugging: causes the compiled output to check assert statements
-XdisableClassMetadata EXPERIMENTAL: Disables some java.lang.Class methods (e.g. getName())
-XdisableCastChecking EXPERIMENTAL: Disables run-time checking of cast operations
-validateOnly Validate all source code, but do not compile
-draftCompile Enable faster, but less-optimized, compilations
-optimize Sets the optimization level used by the compiler. 0=none 9=maximum.
-compileReport Create a compile report that tells the Story of Your Compile
-strict Only succeed if no input files have errors
-XenableClosureCompiler EXPERIMENTAL: Enables Closure Compiler optimizations
-XfragmentMerge DEPRECATED (use -XfragmentCount instead): Enables Fragment merging code splitter.
-XfragmentCount EXPERIMENTAL: Limits of number of fragments using a code splitter that merges split points.
-localWorkers The number of local workers to use when compiling permutations
-war The directory into which deployable output files will be written (defaults to ‘war’)
-deploy The directory into which deployable but not servable output files will be written (defaults to ‘WEB-INF/deploy’ under the -war directory/jar, and may be the same as the -extra directory/jar)
-extra The directory into which extra files, not intended for deployment, will be written
and
module Specifies the name(s) of the module(s) to compile

Process finished with exit code 1

Espero que me podáis ayudar ya que no soy capaz de utilizar los addons y sin ello no puedo hacer la pruebas para crear gráficos y no podremos decidir si pagar la licencia del addon o no.

Gracias.