It sure is a weird error ( java.lang.NoClassDefFoundError: com/google/gwt/core/ext/linker/PropertyProviderGenerator )
That class is located in gwt-dev.jar and from the look of your maven output, that jar is on the GWT compilation classpath so there's no reason you should get a NoClassDefFoundError I see 2 probable causes: * You're on windows and the location of your local maven repository contains spaces, it could be a bug in the maven-gwt-plugin dealing with spaces on file paths on windows (did you by any chance change your username on windows or something like that ?) * Maybe your local maven repository got corrupted, try deleting at least the gwt-dev-2.4.0.jar. Maven will redownload it anyway so if it's corrupt the error will go away Hope that helps -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0WCg-Edb-q8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
