I tried with guava 19,20 etc. but all of them are having one or another issue.
On Friday, February 26, 2021 at 5:14:54 PM UTC+5:30 pratik thaker wrote: > Hi Shawn, > > It is because of org.checkerframework.checker.nullness.qual.Nullable > > I don't know how to make it available. > > Can you help me with that ? > > On Friday, February 26, 2021 at 5:10:29 PM UTC+5:30 Shawn wrote: > >> Hey, >> >> [java] [ERROR] Hint: Your source appears not to live underneath a >>> subpackage called 'client'; no problem, but you'll need to use the <source> >>> directive in your module to make it accessible >>> >>> >> Did you try making the source accessible? >> >> S >> >>> >>> On Friday, February 26, 2021 at 4:52:12 PM UTC+5:30 pratik thaker wrote: >>> >>>> I just realized that this might be because I had remove below line from >>>> my gwt.xml file, >>>> >>>> <inherits name="com.google.common.collect.Collect"/> >>>> >>>> I am checking now. >>>> >>>> On Friday, February 26, 2021 at 4:44:31 PM UTC+5:30 pratik thaker wrote: >>>> >>>>> Hi Team, >>>>> >>>>> We were using GWT 2.7.0 and guava-18 earlier. >>>>> >>>>> Recently we have upgraded to GWT 2.9.0 and we are facing issue in >>>>> using below classes from guava, >>>>> >>>>> com.google.common.collect.ComparisonChain >>>>> com.google.common.collect.Ordering >>>>> >>>>> I tried upgrading to guava-gwt-29.0-jre.jar but for that we are >>>>> getting below error, >>>>> >>>>> [ERROR] Line 373: ComparisonChain cannot >>>>> be resolved >>>>> [java] [ERROR] Line 8: The import com.google.common >>>>> cannot be resolved >>>>> [java] [ERROR] Line 374: Ordering cannot be resolved >>>>> [java] [ERROR] Line 7: The import com.google.common >>>>> cannot be resolved >>>>> >>>>> Can you please help me compile ? >>>>> >>>> -- >>> 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/d867e61d-dffc-42f4-9f79-3ec5cb76c19en%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/google-web-toolkit/d867e61d-dffc-42f4-9f79-3ec5cb76c19en%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- 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/1c6d413c-6805-4221-a9cf-7138af1de735n%40googlegroups.com.
