Friday, April 15, 2016

Re: gwt-2.8-git compilation failure

Thomas,

thanks. You were spot on.

I am using gwt-tour whch requires ahome-come which was masking UiBinderParser and UiBinderGenerator.

I have fixed (in my private git) some issues of the same type from eclipse through the normal java compilation.

SDM was working

GWT compiling was failing

Now I deleted the masking files and the GWT compilation succeeded.

Thanks a lot

Any ideas why SDM/eclipse was succeeding?

I will ask ahome-core author why he overrides the UiBinder* files

     Vassilis







On Fri, Apr 15, 2016 at 12:28 PM, Thomas Broyer <t.broyer@gmail.com> wrote:


On Friday, April 15, 2016 at 10:15:30 AM UTC+2, Jens wrote:
Well then you have a class path issue. The classpath of your CodeServer run configuration is probably different than the one used for a normal compile. Make sure you do not have GWT 2.7 on classpath.

…or a third-party lib that shadows UiBinder with some forked code (GWTP's ginuibinder extension for instance, though it doesn't shadow the UiBinderParser class, so it must be another similar lib; Titanium4j apparently shadows UiBinderParser, and there are a handful of other projects on GitHub that at least did it at some point, if you search for UiBinderParser (and ignore all gwt-designer forks)) 

--
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.



--
Vassilis Virvilis

--
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