[INFO]
Using com.vaadin:vaadin-client version 7.7.6
[INFO]
Using com.vaadin:vaadin-client-compiler version 7.7.6
[INFO]
Loading inherited module ‘AppWidgetset’
[INFO]
Loading inherited module ‘com.google.gwt.core.Core’
[INFO]
[ERROR]
Unable to find ‘com/google/gwt/core/Core.gwt.xml’ on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Did you try to rebuild the project using
mvn clean install after adding the dependency in your pom.xml? If you do the build, does that produce an error?
Does your demo’s gwt.xml contain
I think that should be included automatically on a maven build, but please check.
I cannot reproduce the issue, can you explain how exactly do you add the TreeGrid component to your project after you created it using the archetype?
If you don’t have your own *.gwt.xml, one will be generated for you under target/generated-resources/gwt/AppWidgetset.gwt.xml. Coud you check if it inherits TreeGrid’s widgetset?