Compiling vaadin with widgetset using maven on windows 7

hello,

I am currently stuck with a problem when compiling a vaadin application with a widgetset (like the vaadin-archetype-sample 1.6.1) on windows 7 using eclipse indigo.
it crashes when executing ‘mvn gwt:compile’ neither with the vaadin-eclipse-plugin nor with the command line maven. but when is use the same command on the same
projects on kubuntu 10.04 it compiles and runs without problems.

the output of ‘mvn gwt:compile’ is:

PS C:\Users\sn0b\workspace.casmacat\cas4> mvn gwt:compile
[INFO]
 Scanning for projects...
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Building Vaadin Web Application
[INFO]
    task-segment: [gwt:compile]

[INFO]
 ------------------------------------------------------------------------
[INFO]
 [gwt:compile {execution: default-cli}]

[INFO]
 auto discovered modules [dk.cbs.cas4.gwt.MyWidgetSet]

[INFO]
 Compiling module dk.cbs.cas4.gwt.MyWidgetSet
[INFO]
    Scanning for additional dependencies: jar:file:/C:/Users/sn0b/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.
7.1.jar!/com/vaadin/terminal/gwt/client/WidgetSet.java
[INFO]
       Computing all possible rebind results for 'com.vaadin.terminal.gwt.client.WidgetMap'
[INFO]
          Rebinding com.vaadin.terminal.gwt.client.WidgetMap
[INFO]
             Invoking generator com.vaadin.terminal.gwt.widgetsetutils.EagerWidgetMapGenerator
[INFO]
                Detecting Vaadin components in classpath to generate WidgetMapImpl.java ...
[ERROR]
 30.10.2011 22:39:22 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation

[ERROR]
 INFO: Searching for paintables..
[ERROR]
 30.10.2011 22:39:24 com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation

[ERROR]
 INFO: Search took 2465ms
[INFO]
                Widget set will contain implementations for following components:
[INFO]
                  com.vaadin.ui.AbsoluteLayout
[INFO]
                  com.vaadin.ui.Accordion
[INFO]
                  com.vaadin.ui.Audio
[INFO]
                  com.vaadin.ui.Button
[INFO]
                  com.vaadin.ui.CheckBox
[INFO]
                  com.vaadin.ui.ComboBox
[INFO]
                  com.vaadin.ui.CssLayout
[INFO]
                  com.vaadin.ui.CustomComponent
[INFO]
                  com.vaadin.ui.CustomLayout
[INFO]
                  com.vaadin.ui.DateField
[INFO]
                  com.vaadin.ui.DragAndDropWrapper
[INFO]
                  com.vaadin.ui.Embedded
[INFO]
                  com.vaadin.ui.Form
[INFO]
                  com.vaadin.ui.FormLayout
[INFO]
                  com.vaadin.ui.GridLayout
[INFO]
                  com.vaadin.ui.HorizontalLayout
[INFO]
                  com.vaadin.ui.HorizontalSplitPanel
[INFO]
                  com.vaadin.ui.InlineDateField
[INFO]
                  com.vaadin.ui.Label
[INFO]
                  com.vaadin.ui.Link
[INFO]
                  com.vaadin.ui.ListSelect
[INFO]
                  com.vaadin.ui.MenuBar
[INFO]
                  com.vaadin.ui.NativeButton
[INFO]
                  com.vaadin.ui.NativeSelect
[INFO]
                  com.vaadin.ui.OptionGroup
[INFO]
                  com.vaadin.ui.OrderedLayout
[INFO]
                  com.vaadin.ui.Panel
[INFO]
                  com.vaadin.ui.PasswordField
[INFO]
                  com.vaadin.ui.PopupView
[INFO]
                  com.vaadin.ui.ProgressIndicator
[INFO]
                  com.vaadin.ui.RichTextArea
[INFO]
                  com.vaadin.ui.Select
[INFO]
                  com.vaadin.ui.Slider
[INFO]
                  com.vaadin.ui.SplitPanel
[INFO]
                  com.vaadin.ui.TabSheet
[INFO]
                  com.vaadin.ui.Table
[INFO]
                  com.vaadin.ui.TextArea
[INFO]
                  com.vaadin.ui.TextField
[INFO]
                  com.vaadin.ui.Tree
[INFO]
                  com.vaadin.ui.TreeTable
[INFO]
                  com.vaadin.ui.TwinColSelect
[INFO]
                  com.vaadin.ui.Upload
[INFO]
                  com.vaadin.ui.UriFragmentUtility
[INFO]
                  com.vaadin.ui.VerticalLayout
[INFO]
                  com.vaadin.ui.VerticalSplitPanel
[INFO]
                  com.vaadin.ui.Video
[INFO]
                  com.vaadin.ui.Window
[INFO]
                Done. (2seconds)
[INFO]
 ------------------------------------------------------------------------
[ERROR]
 BUILD ERROR
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Command [[
C:\Program Files\Java\jdk6\jre\bin\java -Xmx512M -Xss1024k -classpath C:\Users\sn0b\workspace.casmacat\cas4\src\main\jav
a;C:\Users\sn0b\workspace.casmacat\cas4\src\main\resources;C:\Users\sn0b\workspace.casmacat\cas4\target\classes;C:\Users
\sn0b\.m2\repository\com\vaadin\vaadin\6.7.1\vaadin-6.7.1.jar;C:\Users\sn0b\.m2\repository\com\google\gwt\gwt-user\2.3.0
\gwt-user-2.3.0.jar;C:\Users\sn0b\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:
\Users\sn0b\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Users\sn0b\.m
2\repository\log4j\log4j\1.2.16\log4j-1.2.16.jar;C:\Users\sn0b\.m2\repository\com\google\gwt\gwt-user\2.3.0\gwt-user-2.3
.0.jar;C:\Users\sn0b\.m2\repository\com\google\gwt\gwt-dev\2.3.0\gwt-dev-2.3.0.jar com.google.gwt.dev.Compiler -gen C:\U
sers\sn0b\workspace.casmacat\cas4\target\.generated -logLevel INFO -style OBF -war C:\Users\sn0b\workspace.casmacat\cas4
\src\main\webapp\VAADIN\widgetsets -localWorkers 2 dk.cbs.cas4.gwt.MyWidgetSet
]] failed with status -1073740791
[INFO]
 ------------------------------------------------------------------------
[INFO]
 For more information, run Maven with the -e switch
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Total time: 1 minute 6 seconds
[INFO]
 Finished at: Sun Oct 30 22:39:53 CET 2011
[INFO]
 Final Memory: 22M/368M
[INFO]
 ------------------------------------------------------------------------
PS C:\Users\sn0b\workspace.casmacat\cas4>

which is accompanied by a windows error in java.exe.

can anyone help please?

Looks like a
stack buffer overflow
in the Maven GWT Plugin. I think you might have better odds of getting your question answered by asking it at the
gwt-maven-plugin discussion group
.