Thank you for reporting. The class uses the constants from java.util.Calendar and java.util.GregorianCalendar that are not emulated by GWT. But all tests ( *2,803*) are gone.
I will check if I have some tests with SimpleDateTimeTextProvider class and try to reproduce the error. Best, Stanislav On Wednesday, February 3, 2021 at 5:30:19 PM UTC+1 David Nouls wrote: > Oh it seams I have a conflict with my dependency on gwt-common-lang3 ... > included in de.knightsoft-net > > On Wednesday, February 3, 2021 at 4:45:22 PM UTC+1 David Nouls wrote: > >> I'm trying out gwt-time in my project. But I get some GWT compiler issues. >> >> I am using the 1.4.15 release with GWT 2.8.2 (we can't migrate to 2.9 due >> to some issues with unsupported generic constructs in that version). >> I am using the tbroyer plugin, but I tried adding the module manually >> just in case but it give the same errors. >> >> Maybe knows how to solve this ? >> [INFO] [ERROR] Errors in >> 'org/jresearch/threetenbp/gwt/time/super/java/time/format/SimpleDateTimeTextProvider.java' >> [INFO] [ERROR] Line 339: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 340: AD cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 345: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 346: AD cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 351: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 352: AD cannot be resolved or is not a >> field >> [INFO] Tracing compile failure path for type >> 'java.time.format.SimpleDateTimeTextProvider' >> [INFO] [ERROR] Errors in >> 'org/jresearch/threetenbp/gwt/time/super/java/time/format/SimpleDateTimeTextProvider.java' >> [INFO] [ERROR] Line 346: AD cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 352: AD cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 339: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 345: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 351: BC cannot be resolved or is not a >> field >> [INFO] [ERROR] Line 340: AD cannot be resolved or is not a >> field >> [INFO] [ERROR] Hint: Check that the type name >> 'java.time.format.SimpleDateTimeTextProvider' is really what you meant >> [INFO] [ERROR] Hint: Check that your classpath includes all >> required source roots >> >> On Saturday, December 12, 2020 at 8:58:25 PM UTC+1 foal wrote: >> >>> Hi, >>> >>> JRS gwt-time 1.4.15/2.0.3 was released - details on >>> https://github.com/foal/gwt-time/releases/tag/v1.4.15 and >>> https://github.com/foal/gwt-time/releases/tag/v2.0.3 >>> >>> The main point - separate library to modules: >>> >>> - The locale JRE emulation was moved to a separate project and was >>> completely rewritten (https://github.com/foal/gwt-locale) >>> - CLDR Locales was moved to a separate project ( >>> https://github.com/foal/gwt-locale-cldr) >>> - TZDB moved to a separate module (independent Maven artifact) >>> >>> More about different project setup on the Wiki page: >>> https://github.com/foal/gwt-time/wiki/Different-setups-for-projects-using-gwt-time >>> >>> Project page - https://github.com/foal/gwt-time >>> >>> Best, >>> Stas >>> >> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/74425dbf-f180-478f-b9cd-2837da783bcen%40googlegroups.com.
