Tuesday, January 5, 2016

Re: GWT maven plugin can't find shared sources (take 2)

After looking more carefully, I'm only getting this for 1 class:

[ERROR] Line 65: No source code is available for type com.path.to.shared.i18n.PhxMessages; did you forget to inherit a required module?

I get that a whole bunch of times (cause it's referenced many times).

Then after that, I get:

[ERROR] 109 com.path.to.shared.data.entity.impl.Employee cannot be resolved to a type

for pretty much every other class in my shared module.

So it sees PhxMessages and just doesn't have the source code, but it can't find Employee at all? I'm not sure what to make of that.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment