Thanks for the quick reply. Then I check the classpath of the Maven build again (although I've already done it and found no conflicts or duplications). -- Norbi
On Tuesday, 12 April 2016 21:55:24 UTC+2, Juan Pablo Gardella wrote: > > 20-SNAPSHOT > > On Tue, 12 Apr 2016 at 14:48 Norbert Sándor <[email protected] > <javascript:>> wrote: > >> Maybe someone can help which guava version is the "supported" for >> gwt-2.8.0-snapshot? >> >> Thanks, >> Norbi >> >> >> On Sunday, 10 April 2016 16:06:01 UTC+2, Norbert Sándor wrote: >>> >>> Hello, >>> >>> I use the latest gwt-2.8.0-snapshot + guava-20.0-snapshot. >>> When I perform GWT compilation in Eclipse (by directly calling the >>> Compiler from a launch config) everything works as expected. >>> But when I compile using gwt-maven-plugin, the following error is raised: >>> >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/Maps.java' >>> [INFO] [ERROR] Line 2880: The method and(Predicate<capture#253-of >>> ? super Map.Entry<K,V>>, Predicate<capture#254-of ? super Map.Entry<K,V>>) >>> is undefined for the type Predicates >>> [INFO] [ERROR] Line 3134: The method and(Predicate<capture#255-of >>> ? super Map.Entry<K,V>>, Predicate<capture#256-of ? super Map.Entry<K,V>>) >>> is undefined for the type Predicates >>> [INFO] Tracing compile failure path for type >>> 'com.google.common.collect.Maps' >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/Maps.java' >>> [INFO] [ERROR] Line 2880: The method >>> and(Predicate<capture#253-of ? super Map.Entry<K,V>>, >>> Predicate<capture#254-of ? super Map.Entry<K,V>>) is undefined for the type >>> Predicates >>> [INFO] [ERROR] Line 3134: The method >>> and(Predicate<capture#255-of ? super Map.Entry<K,V>>, >>> Predicate<capture#256-of ? super Map.Entry<K,V>>) is undefined for the type >>> Predicates >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/super/com/google/common/collect/ImmutableMap.java' >>> [INFO] [ERROR] com.google.common.collect.ImmutableSetMultimap >>> cannot be resolved to a type >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/ForwardingMap.java' >>> [INFO] [ERROR] com.google.common.collect.Maps.Values cannot be >>> resolved to a type >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/ImmutableSetMultimap.java' >>> [INFO] [ERROR] >>> com.google.common.collect.ImmutableMultimap.Builder cannot be resolved to a >>> type >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/ImmutableMultimap.java' >>> [INFO] [ERROR] com.google.common.collect.AbstractMultimap >>> cannot be resolved to a type >>> [INFO] [ERROR] Errors in >>> 'jar:file:/C:/Dev/m2-repo/com/google/guava/guava-gwt/20.0-SNAPSHOT/guava-gwt-20.0-SNAPSHOT.jar!/com/google/common/collect/AbstractMultimap.java' >>> [INFO] [ERROR] com.google.common.collect.Multimaps.Entries >>> cannot be resolved to a type >>> >>> Do you have any idea how can I fix it? >>> >>> Thanks. >>> BR, >>> Norbi >>> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
