On Friday, December 11, 2015 at 11:08:01 PM UTC+1, [email protected] wrote: > > Hi, I'm using the GWT 2.8.0-SNAPSHOT along with the Mojo GWT plugin (same > version). Been working fine all week, but today I suddenly get this error > message when doing a build: > > > [INFO] --- gwt-maven-plugin:2.8.0-SNAPSHOT:compile (default) @ > ritual-designer-bs --- > > [INFO] Loading inherited module > 'com.mjeffw.gurps.ritualdesigner.RitualDesignerBS' > > [INFO] Loading inherited module 'com.google.gwt.core.Core' > > [INFO] Loading inherited module 'jsinterop.annotations.Annotations' > > [INFO] [ERROR] Unable to find > 'jsinterop/annotations/Annotations.gwt.xml' on your classpath; could be a > typo, or maybe you forgot to include a classpath entry for source? > > > Any ideas on how to solve this? >
Make sure your dependencies are up-to-date and all present in the classpath (there's a new com.google.jsinterop:jsinterop-annotations artifact that com.google.gwt:gwt-user depends on) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
