Hi Ali,
-- Thanks for your detailed reply. I'll check that out and get back to you if it works.
Le dimanche 9 octobre 2016 20:20:10 UTC+1, Ali Jalal a écrit :
Le dimanche 9 octobre 2016 20:20:10 UTC+1, Ali Jalal a écrit :
...Hi,There are some logs like "Ignored 20 units with compilation errors in first pass.". This means that there are some compile errors or non-emulated code in source of projects. So for logging errors, try passing '-strict' parameter to GWT Compiler.Also check that all gwt jar files updated to the latest version. There are duplicate logs like '[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterface' which means it is possible that some gwt dependencies (like gwt-user.jar or gwt-servlet.jar) are not updated.I should mention that if there are duplicated emulation for one or more JDK classes in gwt libraries and third party libraries, it cause strange messages like above warning. So you could check third party libraries which have emulation (super-source directory) for JDK classes and compare emulated classes with classes inside 'com/google/gwt/emul' package of gwt-user.jar.
For more info, check: https://groups.google.com/d/msg/google-web-toolkit/ FL3cq0kWuUM/5aVe23_RAgAJ On Mon, Oct 3, 2016 at 8:57 PM, Zied Hamdi <zha...@gmail.com> wrote:Hi all,I have an issue when I try to migrate my project from 2.6.1. The compile process fails silently. Any advices?There are lots of warning, but nothings seems to be critical in the logsoct. 03, 2016 5:24:13 PM java.util.prefs.WindowsPreferences <init> AVERTISSEMENT: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.Compiling module fr.onevu.vume.ShopAdminIgnored 8 units with compilation errors in first pass.Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.Resolving com.google.gwt.activity.shared.AbstractActivity Found type 'com.google.gwt.activity.shared.AbstractActivity' Found type 'java.lang.Object'Resolving method getClassFound type 'java.lang.Class'Resolving method createForClassFound type 'java.lang.String'Resolving field CASE_INSENSITIVE_ORDERFound type 'java.util.Comparator'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving com.google.gwt.ajaxloader.client.AjaxLoader Found type 'com.google.gwt.ajaxloader.client.AjaxLoader' Resolving field queuedApiLoadsFound type 'java.util.Vector'Resolving method forEachFound type 'java.util.function.Consumer'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method removeIfFound type 'java.util.function.Predicate'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method replaceAllFound type 'java.util.function.UnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.Function'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.lang.Runnable'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.ArraysFound type 'java.util.Arrays'Resolving method parallelPrefixFound type 'java.util.function.BinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.BiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method setAllFound type 'java.util.function.IntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method streamFound type 'java.util.stream.Stream'Resolving method collectFound type 'java.util.stream.Collector'Resolving method supplierFound type 'java.util.function.Supplier'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method accumulatorFound type 'java.util.function.BiConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToDoubleFound type 'java.util.stream.DoubleStream' Resolving method collectFound type 'java.util.function.ObjDoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.DoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToIntFound type 'java.util.stream.IntStream'Resolving method collectFound type 'java.util.function.ObjIntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToLongFound type 'java.util.stream.LongStream'Resolving method collectFound type 'java.util.function.ObjLongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.LongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToDoubleFound type 'java.util.function.ToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToIntFound type 'java.util.function.ToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToLongFound type 'java.util.function.ToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.DoubleSummaryStatistics Found type 'java.util.DoubleSummaryStatistics' Found type 'java.util.function.DoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.IntSummaryStatisticsFound type 'java.util.IntSummaryStatistics' Found type 'java.util.function.IntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.LongSummaryStatistics Found type 'java.util.LongSummaryStatistics' Found type 'java.util.function.LongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BiPredicateFound type 'java.util.function.BiPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BooleanSupplier Found type 'java.util.function.BooleanSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleBinaryOperator Found type 'java.util.function.DoubleBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoublePredicate Found type 'java.util.function.DoublePredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleSupplier Found type 'java.util.function.DoubleSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToIntFunction Found type 'java.util.function.DoubleToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToLongFunction Found type 'java.util.function.DoubleToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleUnaryOperator Found type 'java.util.function.DoubleUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntBinaryOperator Found type 'java.util.function.IntBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntPredicate Found type 'java.util.function.IntPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntSupplierFound type 'java.util.function.IntSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToDoubleFunction Found type 'java.util.function.IntToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToLongFunction Found type 'java.util.function.IntToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntUnaryOperator Found type 'java.util.function.IntUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongBinaryOperator Found type 'java.util.function.LongBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongPredicate Found type 'java.util.function.LongPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongSupplier Found type 'java.util.function.LongSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToDoubleFunction Found type 'java.util.function.LongToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToIntFunction Found type 'java.util.function.LongToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongUnaryOperator Found type 'java.util.function.LongUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToDoubleBiFunction Found type 'java.util.function.ToDoubleBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToIntBiFunction Found type 'java.util.function.ToIntBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToLongBiFunction Found type 'java.util.function.ToLongBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceComputing all possible rebind results for 'fr.onevu.vume.shopadmin.view.content.shop.impl. ShopTypeResources' Rebinding fr.onevu.vume.shopadmin.view.content.shop.impl. ShopTypeResources Invoking generator com.google.gwt.resources.rebind.context. InlineClientBundleGenerator Preparing method rangeArrow[WARN] Resource 'eu/ivu/PanelValueSelector/arrowDotsRight.png' was located via ClassLoader. As a result changes in that resource will not be reflected in per-file recompiles. It should be registered via <source /> or <resource /> entry in your .gwt.xml. In a future version of GWT, we will remove this fallback and your application will stop compiling Computing all possible rebind results for 'fr.onevu.vume.client.common.widget.cell.renderer. ProductImageRenderer. Templates' Rebinding fr.onevu.vume.client.common.widget.cell.renderer. ProductImageRenderer.Templates Invoking generator com.google.gwt.safehtml.rebind. SafeHtmlTemplatesGenerator Constructing interface fr.onevu.vume.client.common.widget.cell.renderer. ProductImageRenderer.Templates Generating method body for productProxyCell()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Computing all possible rebind results for 'fr.onevu.vume.shopadmin.view.common.cell.ClickableImage. Template' Rebinding fr.onevu.vume.shopadmin.view.common.cell.ClickableImage. Template Invoking generator com.google.gwt.safehtml.rebind. SafeHtmlTemplatesGenerator Constructing interface fr.onevu.vume.shopadmin.view.common.cell.ClickableImage. Template Generating method body for img()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Computing all possible rebind results for 'fr.onevu.vume.client.common.utils.Templates' Rebinding fr.onevu.vume.client.common.utils.Templates Invoking generator com.google.gwt.safehtml.rebind. SafeHtmlTemplatesGenerator Constructing interface fr.onevu.vume.client.common.utils.Templates Generating method body for facebookLike()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Generating method body for webSite()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Generating method body for googlePlus()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Generating method body for checkBox()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Generating method body for radioButton()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Compiling 5 permutationsCompiling permutation 2...Process outputCompilingCompiling permutation 0...Process outputCompilingCompiling permutation 3...Process outputCompilingCompiling permutation 4...Process outputCompilingCompiling permutation 1...Compile of permutations succeededCompilation succeeded -- 77,661sLinking into C:\Users\Zied Hamdi\git\VuMe\VuMetest\war\shopadmin Link succeededLinking succeeded -- 1,532sCompiling module fr.onevu.vume.login.LoginModule Resolving com.google.gwt.animation.client.Animation Found type 'com.google.gwt.animation.client.Animation' Found type 'java.lang.Object'Resolving method getClassFound type 'java.lang.Class'Resolving method createForClassFound type 'java.lang.String'Resolving field CASE_INSENSITIVE_ORDERFound type 'java.util.Comparator'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving com.google.gwt.cell.client.DateCell Found type 'com.google.gwt.cell.client.DateCell' Resolving method <init>Found type 'com.google.gwt.i18n.shared.DateTimeFormat' Resolving field patternPartsFound type 'java.util.ArrayList'Resolving method forEachFound type 'java.util.function.Consumer'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method removeIfFound type 'java.util.function.Predicate'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method replaceAllFound type 'java.util.function.UnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.Function'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.lang.RunnableFound type 'java.lang.Runnable'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.ArraysFound type 'java.util.Arrays'Resolving method parallelPrefixFound type 'java.util.function.BinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.BiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method setAllFound type 'java.util.function.IntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method streamFound type 'java.util.stream.Stream'Resolving method collectFound type 'java.util.stream.Collector'Resolving method supplierFound type 'java.util.function.Supplier'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method accumulatorFound type 'java.util.function.BiConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToDoubleFound type 'java.util.stream.DoubleStream' Resolving method collectFound type 'java.util.function.ObjDoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.DoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToIntFound type 'java.util.stream.IntStream'Resolving method collectFound type 'java.util.function.ObjIntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToLongFound type 'java.util.stream.LongStream'Resolving method collectFound type 'java.util.function.ObjLongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.LongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToDoubleFound type 'java.util.function.ToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToIntFound type 'java.util.function.ToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToLongFound type 'java.util.function.ToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.DoubleSummaryStatistics Found type 'java.util.DoubleSummaryStatistics' Found type 'java.util.function.DoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.IntSummaryStatisticsFound type 'java.util.IntSummaryStatistics' Found type 'java.util.function.IntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.LongSummaryStatistics Found type 'java.util.LongSummaryStatistics' Found type 'java.util.function.LongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BiPredicateFound type 'java.util.function.BiPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BooleanSupplier Found type 'java.util.function.BooleanSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleBinaryOperator Found type 'java.util.function.DoubleBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoublePredicate Found type 'java.util.function.DoublePredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleSupplier Found type 'java.util.function.DoubleSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToIntFunction Found type 'java.util.function.DoubleToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToLongFunction Found type 'java.util.function.DoubleToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleUnaryOperator Found type 'java.util.function.DoubleUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntBinaryOperator Found type 'java.util.function.IntBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntPredicate Found type 'java.util.function.IntPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntSupplierFound type 'java.util.function.IntSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToDoubleFunction Found type 'java.util.function.IntToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToLongFunction Found type 'java.util.function.IntToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntUnaryOperator Found type 'java.util.function.IntUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongBinaryOperator Found type 'java.util.function.LongBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongPredicate Found type 'java.util.function.LongPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongSupplier Found type 'java.util.function.LongSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToDoubleFunction Found type 'java.util.function.LongToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToIntFunction Found type 'java.util.function.LongToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongUnaryOperator Found type 'java.util.function.LongUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToDoubleBiFunction Found type 'java.util.function.ToDoubleBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToIntBiFunction Found type 'java.util.function.ToIntBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToLongBiFunction Found type 'java.util.function.ToLongBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceCompiling 5 permutationsCompiling permutation 0...Process outputCompilingCompiling permutation 3...Process outputCompilingCompiling permutation 1...Process outputCompilingCompiling permutation 4...Process outputCompilingCompiling permutation 2...Compile of permutations succeededCompilation succeeded -- 11,031sLinking into C:\Users\Zied Hamdi\git\VuMe\VuMetest\war\vumeLogin Link succeededLinking succeeded -- 0,210sCompiling module fr.onevu.vume.CustomerIgnored 5 units with compilation errors in first pass.Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.Resolving com.google.gwt.activity.shared.AbstractActivity Found type 'com.google.gwt.activity.shared.AbstractActivity' Found type 'java.lang.Object'Resolving method getClassFound type 'java.lang.Class'Resolving method createForClassFound type 'java.lang.String'Resolving field CASE_INSENSITIVE_ORDERFound type 'java.util.Comparator'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving com.google.gwt.ajaxloader.client.AjaxLoader Found type 'com.google.gwt.ajaxloader.client.AjaxLoader' Resolving field queuedApiLoadsFound type 'java.util.Vector'Resolving method forEachFound type 'java.util.function.Consumer'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method removeIfFound type 'java.util.function.Predicate'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method replaceAllFound type 'java.util.function.UnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.Function'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.lang.Runnable'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.ArraysFound type 'java.util.Arrays'Resolving method parallelPrefixFound type 'java.util.function.BinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceFound type 'java.util.function.BiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method setAllFound type 'java.util.function.IntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method streamFound type 'java.util.stream.Stream'Resolving method collectFound type 'java.util.stream.Collector'Resolving method supplierFound type 'java.util.function.Supplier'[WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method accumulatorFound type 'java.util.function.BiConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToDoubleFound type 'java.util.stream.DoubleStream' Resolving method collectFound type 'java.util.function.ObjDoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.DoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToIntFound type 'java.util.stream.IntStream'Resolving method collectFound type 'java.util.function.ObjIntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapToLongFound type 'java.util.stream.LongStream'Resolving method collectFound type 'java.util.function.ObjLongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method flatMapFound type 'java.util.function.LongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToDoubleFound type 'java.util.function.ToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToIntFound type 'java.util.function.ToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving method mapToLongFound type 'java.util.function.ToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.DoubleSummaryStatistics Found type 'java.util.DoubleSummaryStatistics' Found type 'java.util.function.DoubleConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.IntSummaryStatisticsFound type 'java.util.IntSummaryStatistics' Found type 'java.util.function.IntConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.LongSummaryStatistics Found type 'java.util.LongSummaryStatistics' Found type 'java.util.function.LongConsumer' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BiPredicateFound type 'java.util.function.BiPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.BooleanSupplier Found type 'java.util.function.BooleanSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleBinaryOperator Found type 'java.util.function.DoubleBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoublePredicate Found type 'java.util.function.DoublePredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleSupplier Found type 'java.util.function.DoubleSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToIntFunction Found type 'java.util.function.DoubleToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleToLongFunction Found type 'java.util.function.DoubleToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.DoubleUnaryOperator Found type 'java.util.function.DoubleUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntBinaryOperator Found type 'java.util.function.IntBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntPredicate Found type 'java.util.function.IntPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntSupplierFound type 'java.util.function.IntSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToDoubleFunction Found type 'java.util.function.IntToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntToLongFunction Found type 'java.util.function.IntToLongFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.IntUnaryOperator Found type 'java.util.function.IntUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongBinaryOperator Found type 'java.util.function.LongBinaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongPredicate Found type 'java.util.function.LongPredicate' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongSupplier Found type 'java.util.function.LongSupplier' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToDoubleFunction Found type 'java.util.function.LongToDoubleFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongToIntFunction Found type 'java.util.function.LongToIntFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.LongUnaryOperator Found type 'java.util.function.LongUnaryOperator' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToDoubleBiFunction Found type 'java.util.function.ToDoubleBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToIntBiFunction Found type 'java.util.function.ToIntBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceResolving java.util.function.ToLongBiFunction Found type 'java.util.function.ToLongBiFunction' [WARN] Ignoring unresolvable annotation type java.lang.FunctionalInterfaceComputing all possible rebind results for 'fr.onevu.vume.customer.Customer.LogoTemplate' Rebinding fr.onevu.vume.customer.Customer.LogoTemplate Invoking generator com.google.gwt.safehtml.rebind. SafeHtmlTemplatesGenerator Constructing interface fr.onevu.vume.customer.Customer.LogoTemplate Generating method body for logoDirectUrl()Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.Computing all possible rebind results for 'fr.onevu.vume.shopadmin.view.content.shop.impl. ShopTypeResources' Rebinding fr.onevu.vume.shopadmin.view.content.shop.impl. ShopTypeResources Invoking generator com.google.gwt.resources.rebind.context. InlineClientBundleGenerator Preparing method rangeArrow[WARN] Resource 'eu/ivu/PanelValueSelector/arrowDotsRight.png' was located via ClassLoader. As a result changes in that resource will not be reflected in per-file recompiles. It should be registered via <source /> or <resource /> entry in your .gwt.xml. In a future version of GWT, we will remove this fallback and your application will stop compiling Computing all possible rebind results for 'fr.onevu.vume.client.common.widget.cell.renderer. ProductImageRenderer. Templates' Rebinding fr.onevu.vume.client.common.wid
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