Closed jankod closed 7 years ago
Hi!
Seeing the error it seems like annotations processing isn't running. You should have a folder generated-sources in your maven project with some generated classes (for example SimpleLinkComponentJsType.java). If you don't, make sure you have this plugin installed in Eclipse: https://marketplace.eclipse.org/content/m2e-apt Then you should configure it: https://developer.jboss.org/en/tools/blog/2012/05/20/annotation-processing-support-in-m2e-or-m2e-apt-100-is-out?_sscc=t
Hope this solve your issue!
I have m2e-apt installed. I've fix problem so I made open of Project File -> Properties , then Maven -> Annotation Processing and select "Enable project specific setting" and select radio button "Automatically configure JDT APT...". Then work fine.
I tried to make a simple application by documentation and I got error: Uncaught Error: java.lang.RuntimeException: Couldn't find VueFactory for Component:
Also I was change net.ltgt.gwt.maven plugin version from 1.0-rc-6 to 1.0-rc-8 because with 1.0-rc-6 I got error: ServletContainerInitializers: detected. Class hierarchy: empty and many ClassNotFoundException .
I was try "Vue GWT Demo" project and got same error: java.lang.RuntimeException: "Couldn't find VueFactory for Component"
I was also try with -generateJsInteropExports parameter and "mvn clean" in eclipse.
Full error: