Vaadin 7 Beta 11 GWT Error with Ivy and Eclipse experimental plugin

I am using Vaadin 7 beta 11 and using Eclipse Vaadin plugin and Ivy plugins as explained here (https://vaadin.com/book/vaadin7/-/page/getting-started.eclipse.html)

When I try to compile widgets, I get the following error. PLEASE HELP!


Starting GWT compiler
Unknown argument: -out
Google Web Toolkit 7.0.0beta11
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[s]
 

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[s]
                Specifies the name(s) of the module(s) to compile
Widgetset compilation failed

An upgrade to the latest experimental version of the Eclipse plug-in should help (update site http://vaadin.com/eclipse/experimental).

I´ve got the same error, but updating to the latest experimental version of the Eclipse plug-in did NOT help.

Stefan

I had the same error. Solved with Vaadin Eclipse Plugin upgrade - to version: 2.0.1.201212190201.

I´m using exactly that version, but the result is still:



Executing compiler with parameters [C:\Program Files\Java\jre6\bin\java.exe, -Djava.awt.headless=true, -Xss8M, -Xmx512M, -XX:MaxPermSize=512M, -classpath, C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\lib\ext\dnsns.jar;C:\Program Files\Java\jre6\lib\ext\localedata.jar;C:\Program Files\Java\jre6\lib\ext\sunjce_provider.jar;C:/Java-Projekte/Eclipse/AdSuite/AdSuite5/src;C:/Java-Projekte/Eclipse/AdSuite/AdSuite5/build/classes;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-client-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-client-compiled-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-client-compiler-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-server-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-shared-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-theme-compiler-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-themes-7.0.0.beta11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/vaadin-shared-deps-1.0.2.jar;C:/Program Files/Java/jre6/lib/resources.jar;C:/Program Files/Java/jre6/lib/rt.jar;C:/Program Files/Java/jre6/lib/jsse.jar;C:/Program Files/Java/jre6/lib/jce.jar;C:/Program Files/Java/jre6/lib/charsets.jar;C:/Program Files/Java/jre6/lib/ext/dnsns.jar;C:/Program Files/Java/jre6/lib/ext/localedata.jar;C:/Program Files/Java/jre6/lib/ext/sunjce_provider.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/annotations-api.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/catalina-ant.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/catalina-ha.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/catalina-tribes.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/catalina.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/ecj-3.6.2.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/el-api.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/jasper-el.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/jasper.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/jsp-api.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/servlet-api.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-api.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-coyote.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-dbcp.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-i18n-es.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-i18n-fr.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-i18n-ja.jar;C:/Program Files/Tomcat/apache-tomcat-7.0.16/lib/tomcat-util.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/commons-lang-2.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/fscontext.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/hexdump.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/j2ssh-0.2.9-core-fixed.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jai_codec.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jai_core.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jbcl.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jconn2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jdbc-se2.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jdic_stub_windows.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jdic.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jta1.0.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jTDS2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/junit.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/lucene-1.4.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/mail.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/providerutil.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorAdsML.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorApsResource.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorAssContrSettlement.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorContractAndSequence.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorCreditWorthiness.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorFinAccAndPaymentImport.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorFinAccCssegeckoExport.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorFinAccSapR3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorFinAccWEConfigSalTCode.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorInvoiceAndTaxReceipt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorJcom.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorLogoProof.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorLotusNotes.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorManuscript.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorMigration.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorMultipleSchema.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorOpenInvoiceItems.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorOrder.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorOrderConfirmation.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorPODocInfoFile.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorPrintingMaterialShippingNote.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorProdStructure.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorStatusFlows.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorTargetFigures.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorTerritories.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorThemeSupplDefinition.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorUsers.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorVarial.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorZipCodes.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jdo-redist/ibo.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jdo-redist/ibotools.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/bsf-2.4.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/jcommon-serializer-0.2.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/libfonts-0.3.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/libformula-0.1.18.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/libloader-0.3.7.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/librepository-0.1.6.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/libxml-0.9.11.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/pentaho-reporting-engine-classic-0.8.9.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/pixie-0.8.10.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jms/activemq/activemq-core-5.0.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jms/activemq/geronimo-j2ee-management_1.0_spec-1.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jms/activemq/geronimo-jms_1.1_spec-1.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jpdfprint/jPDFPrint.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/avalon-framework-cvs-20020315.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/batik.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/castor-1.2-codegen.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/castor-1.2-xml.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/castor-1.2-xml-schema.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/jaxp.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/jdom.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/open_source_xml/oro-gump-24012008.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/pruefziffer/pruefziffer.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/smartjprint/smartjcommon.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/smartjprint/smartjpdf.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/smartjprint/smartjprint_license.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/smartjprint/smartjprint.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/test/jakarta-regexp-1.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/test/jfcunit.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/test/junit-4.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/adcounter-render.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/AlfaAdSuiteInterfaceService-client.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axiom-api-1.2.7.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axiom-dom-1.2.7.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axiom-impl-1.2.7.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axis.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axis2-adb-1.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axis2-kernel-1.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/axis-ant.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/backport-util-concurrent-3.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/commons-codec-1.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/commons-httpclient-3.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/DispoServiceClient.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/geronimo-stax-api_1.0_spec-1.0.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/image-info-service.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/jaxrpc.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/neethi-2.0.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/slide-webdavlib-1.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/wsdl4j.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/wstx-asl-3.2.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/XmlSchema-1.4.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/adcounter-dto.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/adcounter-export.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/AlfaSap_100.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/applus.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/cms-libraries.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/JTapi.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/MediaStore.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/Outlook.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/sapjco.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/macosx/AppleJavaExtensions.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/groovy/groovy-all-1.8.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ezj/ezjcom18.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/openx/openads-api-xmlrpc.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/openx/ws-commons-util-1.0.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/openx/xmlrpc-client-3.1.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/openx/xmlrpc-common-3.1.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/openx/xmlrpc-server-3.1.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/im4java-1.1.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ssosecurity/blowfish/bcprov-jdk16-145.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/payPal/paypal_base.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jdbc/sqlworkbench.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/mimepull.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxws-rt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxws-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/woodstox.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/http.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/policy.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/gmbal-api-only.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/streambuffer.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/activation.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxws-tools.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jsr173_api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jsr181-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/stax-ex.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/saaj-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/ha-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/resolver.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/saaj-impl.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/management-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jsr250-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxb-xjc.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxb-api.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/FastInfoset.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jaxws-ri/jaxb-impl.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/geronimo-stax-api_1.0_spec-1.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/poi-ooxml-3.7-20101029.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/poi-ooxml-schemas-3.7-20101029.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/xmlbeans-2.3.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/dom4j-1.6.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jfreereport/poi-3.7-20101029.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/ipayment/ipayment.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/log4j-1.2.16.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/sardine/httpcore-4.1.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/sardine/slf4j-api-1.6.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/sardine/httpclient-4.1.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/sardine/sardine.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/sardine/slf4j-log4j12-1.6.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/commons-net-3.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/webservices/CimbClicksPaymentTransClient.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/JavaHelp2_02/jh.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/JavaHelp2_02/jhbasic.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/JavaHelp2_02/jhall.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/JavaHelp2_02/jsearch.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/spring-core-2.5.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-css.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-awt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/commons-javaflow-20060411.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-actions.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jasperreports-4.6.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-parser.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-text.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/xbean.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/spring-beans-2.5.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/iText-2.1.7.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/commons-digester-2.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-explorer.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/commons-logging-1.1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-compat.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jaxen-1.1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-util.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jackson-mapper-asl-1.9.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-svg-dom.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/xml-apis-ext.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/barbecue-1.5-beta1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-dialogs.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jasperreports-javaflow-4.6.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jcommon-1.0.15.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/serializer.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/rhino-1.7R1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/hibernate3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/barcode4j-2.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-script.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/servlet-api-2.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/velocity-1.7-dep.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jfreechart-1.0.12.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jackson-core-asl-1.9.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-anim.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-options.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/xml-apis.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/xercesImpl-2.7.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/hsqldb-1.8.0-10.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/png-encoder-1.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jxl-2.6.10.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-ext.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/mondrian-3.1.1.12687.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-jdesktop-layout.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/bsh-2.0b4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-windows.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-awt-util.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jasperreports-fonts-4.6.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jpa.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/bcel-5.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-xml.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jasperreports-applet-4.6.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-gvt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-bridge.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-loaders.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-io.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-svggen.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/commons-beanutils-1.8.0.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-nodes.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/batik-dom.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-util-enumerations.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/xalan-2.7.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/jasperreports-4.6.0/jdt-compiler-3.1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openide-execution.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/org-openidex-util.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iReport/com-jaspersoft-ireport.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/iCal/ical4j-1.0.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/casGenXml/castorPrices.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/smtp.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/perf4j/perf4j-0.9.16.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/flex/flex-messaging-proxy.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/flex/flex-messaging-opt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/flex/flex-messaging-common.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/flex/flex-messaging-core.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/flex/flex-messaging-remoting.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/apache-mime4j-0.6.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-lang-2.6.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/swing-worker-1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/args4j-2.0.9.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/validation-api-1.0.0.GA.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/junit-4.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/google-collections-0.9.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-io-1.4.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/ant-launcher-1.6.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/cssparser-0.9.5.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-math-1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/validation-api-1.0.0.GA-sources.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/portal-service-6.0.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-jexl-2.1.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/json-20080701.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-discovery-0.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/sac-1.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-cli-1.2.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/jsoup-1.6.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/appengine-api-1.0-sdk-1.2.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/smartsprites-0.2.3-itmill.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/lib/commons-collections-3.1.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/DJNativeSwing-SWT-1-0-1/DJNativeSwing.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/ext/DJNativeSwing-SWT-1-0-1/DJNativeSwing-SWT.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jdbc/Oracle11.2.0.3/orai18n.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/jdbc/Oracle11.2.0.3/ojdbc6.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/icepush-0.5.3.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/icepush.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/icepush-gwt.jar;C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/gwt-dev.jar, com.vaadin.tools.WidgetsetCompiler, -out, WebContent/VAADIN/widgetsets, -localWorkers, 8, -logLevel, INFO, de.alfa.openMedia.adSuite.vaadin.ui.widgetset.Adsuite5Widgetset]

Updating GWT module description file...
21.12.2012 11:48:40 com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Widgetsets found from classpath:
	de.alfa.openMedia.adSuite.vaadin.ui.widgetset.Adsuite5Widgetset in file://C/Java-Projekte/Eclipse/AdSuite/AdSuite5/src
	com.vaadin.DefaultWidgetSet in jar:file:C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/vaadin-client-7.0.0.beta11.jar!/
	org.vaadin.artur.icepush.IcepushaddonWidgetset in jar:file:C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/icepush-0.5.3.jar!/

21.12.2012 11:48:40 com.vaadin.server.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
INFO: Search took 15ms
Done.
Starting GWT compiler
Unknown argument: -out
Google Web Toolkit 7.0.0beta11
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[s]
 

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[s]
                Specifies the name(s) of the module(s) to compile
Widgetset compilation failed


Any other ideas?
12697.png

One more thing to check: make sure that the Ivy dependencies for the project have been resolved.
Unresolved dependencies could cause the wrong compiler version to be selected when the plug-in does not find the new JARs.

You should check that you do not have anything extra on your classpath aswell. Your inclusion of C:/Java-Projekte/Eclipse/AdSuite/runtime/lib/vaadin7/gwt-dev.jar looks a bit suspicious and will likely cause conflicts with the GWT classes in vaadin-client-compiler and vaadin-client.

Artur & Henri,

thanks for your answers!

I´m not using ivy - I prefer having all my jars at hand, thus knowing what I´ll have to deploy for delivery - maybe I don´t know enough about ivy?

Your definitely right with your classpath assumption: If I create a new project from the scratch, creating the widget set using the vaadin eclipse plug-in works properly, so it´s obviously an issue with our classpath. I know this classpath is kind of huge - it´s the result of a large project evolving over 9 years, having to include tons of new features every few months. By the way, Vaadin to me seems to be the first technology we can use to get a huge part of our existing functionality into a web application.

I now created a shell script file for compiling my widget set with an adapted classpath, and this works perfectly.

Merry Christmas,
Stefan

Removing the following dependency from the pom.xml solves the above problem for me.


		<dependency>
			<groupId>com.google.gwt</groupId>
			<artifactId>gwt-dev</artifactId>
			<version>2.4.0</version>
		</dependency>