Re: GWT Update to 2.8.2

2018-06-05 Thread dinesh kumar
Yes, still getting same error. On Tuesday, June 5, 2018 at 2:08:36 PM UTC+5:30, Thomas Broyer wrote: > > > > On Tuesday, June 5, 2018 at 8:57:44 AM UTC+2, dinesh kumar wrote: >> >> I have updated to GWT 2.8.2 and getting a compilation error : >> >> Compilation unit >>

GWT Update to 2.8.2

2018-06-05 Thread dinesh kumar
I have updated to GWT 2.8.2 and getting a compilation error : Compilation unit 'jar:file:/opt/wnc/3rdPartyJars/lib/gwt-user.jar!/com/google/gwt/i18n/shared/impl/cldr/DateTimeFormatInfoImpl_se.java' is removed due to invalid reference(s): [java] java.lang.String [java]

Re: Errors while updating to GWT2.8.2

2018-06-05 Thread dinesh kumar
Still getting same error. I think instead of getting the String/Object... classes from the jdk, it is trying to look for them in the emulated classes. On Thursday, May 31, 2018 at 6:01:53 PM UTC+5:30, Thomas Broyer wrote: > > You may have to clean your .gwt-unitCache (it's a good idea anyway >

Re: GWT Update to 2.8.2

2018-06-05 Thread Thomas Broyer
On Tuesday, June 5, 2018 at 8:57:44 AM UTC+2, dinesh kumar wrote: > > I have updated to GWT 2.8.2 and getting a compilation error : > > Compilation unit > 'jar:file:/opt/wnc/3rdPartyJars/lib/gwt-user.jar!/com/google/gwt/i18n/shared/impl/cldr/DateTimeFormatInfoImpl_se.java' > > is removed due

Re: GWT Emulated classes

2018-06-05 Thread Jens
GWT has a feature called "super source" which allows you to override existing source files with your own implementation. GWT itself uses this technique to emulate JRE classes and you can use that technique as well to emulate additional classes. Take a look at

GWT Emulated classes

2018-06-05 Thread dinesh kumar
I just want to know how does the emulated classes work in GWT. How does the GWT decides where to look for an imported class(inside JDK or emulated classes)? Where is this information is specified? Is there any documentation for this? -- You received this message because you are subscribed

How and when do the GWT emulated class work?

2018-06-05 Thread Amey Parundekar
I want to know when the GWT Emulated classes from the /emul are invoked overriding the normal java classes. -- 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