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 :
>
> 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 <[email protected] <javascript:>
> > 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 logs
>
> oct. 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.ShopAdmin
>    Ignored 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 getClass
>                Found type 'java.lang.Class'
>                   Resolving method createForClass
>                      Found type 'java.lang.String'
>                         Resolving field CASE_INSENSITIVE_ORDER
>                            Found type 'java.util.Comparator'
>                               [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving com.google.gwt.ajaxloader.client.AjaxLoader
>       Found type 'com.google.gwt.ajaxloader.client.AjaxLoader'
>          Resolving field queuedApiLoads
>             Found type 'java.util.Vector'
>                Resolving method forEach
>                   Found type 'java.util.function.Consumer'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method removeIf
>                   Found type 'java.util.function.Predicate'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method replaceAll
>                   Found type 'java.util.function.UnaryOperator'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Found type 'java.util.function.Function'
>                         [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>             Found type 'java.lang.Runnable'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.Arrays
>       Found type 'java.util.Arrays'
>          Resolving method parallelPrefix
>             Found type 'java.util.function.BinaryOperator'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Found type 'java.util.function.BiFunction'
>                   [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method setAll
>             Found type 'java.util.function.IntFunction'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method stream
>             Found type 'java.util.stream.Stream'
>                Resolving method collect
>                   Found type 'java.util.stream.Collector'
>                      Resolving method supplier
>                         Found type 'java.util.function.Supplier'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method accumulator
>                         Found type 'java.util.function.BiConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToDouble
>                   Found type 'java.util.stream.DoubleStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjDoubleConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.DoubleFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToInt
>                   Found type 'java.util.stream.IntStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjIntConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToLong
>                   Found type 'java.util.stream.LongStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjLongConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.LongFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToDouble
>                   Found type 'java.util.function.ToDoubleFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToInt
>                   Found type 'java.util.function.ToIntFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToLong
>                   Found type 'java.util.function.ToLongFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.DoubleSummaryStatistics
>       Found type 'java.util.DoubleSummaryStatistics'
>          Found type 'java.util.function.DoubleConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.IntSummaryStatistics
>       Found type 'java.util.IntSummaryStatistics'
>          Found type 'java.util.function.IntConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.LongSummaryStatistics
>       Found type 'java.util.LongSummaryStatistics'
>          Found type 'java.util.function.LongConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BiPredicate
>       Found type 'java.util.function.BiPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BooleanSupplier
>       Found type 'java.util.function.BooleanSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleBinaryOperator
>       Found type 'java.util.function.DoubleBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoublePredicate
>       Found type 'java.util.function.DoublePredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleSupplier
>       Found type 'java.util.function.DoubleSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToIntFunction
>       Found type 'java.util.function.DoubleToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToLongFunction
>       Found type 'java.util.function.DoubleToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleUnaryOperator
>       Found type 'java.util.function.DoubleUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntBinaryOperator
>       Found type 'java.util.function.IntBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntPredicate
>       Found type 'java.util.function.IntPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntSupplier
>       Found type 'java.util.function.IntSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToDoubleFunction
>       Found type 'java.util.function.IntToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToLongFunction
>       Found type 'java.util.function.IntToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntUnaryOperator
>       Found type 'java.util.function.IntUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongBinaryOperator
>       Found type 'java.util.function.LongBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongPredicate
>       Found type 'java.util.function.LongPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongSupplier
>       Found type 'java.util.function.LongSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToDoubleFunction
>       Found type 'java.util.function.LongToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToIntFunction
>       Found type 'java.util.function.LongToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongUnaryOperator
>       Found type 'java.util.function.LongUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToDoubleBiFunction
>       Found type 'java.util.function.ToDoubleBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToIntBiFunction
>       Found type 'java.util.function.ToIntBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToLongBiFunction
>       Found type 'java.util.function.ToLongBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    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.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 permutations
>       Compiling permutation 2...
>       Process output
>          Compiling
>             Compiling permutation 0...
>       Process output
>          Compiling
>             Compiling permutation 3...
>       Process output
>          Compiling
>             Compiling permutation 4...
>       Process output
>          Compiling
>             Compiling permutation 1...
>    Compile of permutations succeeded
>    Compilation succeeded -- 77,661s
> Linking into C:\Users\Zied Hamdi\git\VuMe\VuMetest\war\shopadmin
>    Link succeeded
>    Linking succeeded -- 1,532s
> Compiling 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 getClass
>                Found type 'java.lang.Class'
>                   Resolving method createForClass
>                      Found type 'java.lang.String'
>                         Resolving field CASE_INSENSITIVE_ORDER
>                            Found type 'java.util.Comparator'
>                               [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving 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 patternParts
>                   Found type 'java.util.ArrayList'
>                      Resolving method forEach
>                         Found type 'java.util.function.Consumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method removeIf
>                         Found type 'java.util.function.Predicate'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method replaceAll
>                         Found type 'java.util.function.UnaryOperator'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                            Found type 'java.util.function.Function'
>                               [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.lang.Runnable
>       Found type 'java.lang.Runnable'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.Arrays
>       Found type 'java.util.Arrays'
>          Resolving method parallelPrefix
>             Found type 'java.util.function.BinaryOperator'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Found type 'java.util.function.BiFunction'
>                   [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method setAll
>             Found type 'java.util.function.IntFunction'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method stream
>             Found type 'java.util.stream.Stream'
>                Resolving method collect
>                   Found type 'java.util.stream.Collector'
>                      Resolving method supplier
>                         Found type 'java.util.function.Supplier'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method accumulator
>                         Found type 'java.util.function.BiConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToDouble
>                   Found type 'java.util.stream.DoubleStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjDoubleConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.DoubleFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToInt
>                   Found type 'java.util.stream.IntStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjIntConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToLong
>                   Found type 'java.util.stream.LongStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjLongConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.LongFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToDouble
>                   Found type 'java.util.function.ToDoubleFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToInt
>                   Found type 'java.util.function.ToIntFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToLong
>                   Found type 'java.util.function.ToLongFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.DoubleSummaryStatistics
>       Found type 'java.util.DoubleSummaryStatistics'
>          Found type 'java.util.function.DoubleConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.IntSummaryStatistics
>       Found type 'java.util.IntSummaryStatistics'
>          Found type 'java.util.function.IntConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.LongSummaryStatistics
>       Found type 'java.util.LongSummaryStatistics'
>          Found type 'java.util.function.LongConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BiPredicate
>       Found type 'java.util.function.BiPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BooleanSupplier
>       Found type 'java.util.function.BooleanSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleBinaryOperator
>       Found type 'java.util.function.DoubleBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoublePredicate
>       Found type 'java.util.function.DoublePredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleSupplier
>       Found type 'java.util.function.DoubleSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToIntFunction
>       Found type 'java.util.function.DoubleToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToLongFunction
>       Found type 'java.util.function.DoubleToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleUnaryOperator
>       Found type 'java.util.function.DoubleUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntBinaryOperator
>       Found type 'java.util.function.IntBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntPredicate
>       Found type 'java.util.function.IntPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntSupplier
>       Found type 'java.util.function.IntSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToDoubleFunction
>       Found type 'java.util.function.IntToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToLongFunction
>       Found type 'java.util.function.IntToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntUnaryOperator
>       Found type 'java.util.function.IntUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongBinaryOperator
>       Found type 'java.util.function.LongBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongPredicate
>       Found type 'java.util.function.LongPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongSupplier
>       Found type 'java.util.function.LongSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToDoubleFunction
>       Found type 'java.util.function.LongToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToIntFunction
>       Found type 'java.util.function.LongToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongUnaryOperator
>       Found type 'java.util.function.LongUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToDoubleBiFunction
>       Found type 'java.util.function.ToDoubleBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToIntBiFunction
>       Found type 'java.util.function.ToIntBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToLongBiFunction
>       Found type 'java.util.function.ToLongBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Compiling 5 permutations
>       Compiling permutation 0...
>       Process output
>          Compiling
>             Compiling permutation 3...
>       Process output
>          Compiling
>             Compiling permutation 1...
>       Process output
>          Compiling
>             Compiling permutation 4...
>       Process output
>          Compiling
>             Compiling permutation 2...
>    Compile of permutations succeeded
>    Compilation succeeded -- 11,031s
> Linking into C:\Users\Zied Hamdi\git\VuMe\VuMetest\war\vumeLogin
>    Link succeeded
>    Linking succeeded -- 0,210s
> Compiling module fr.onevu.vume.Customer
>    Ignored 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 getClass
>                Found type 'java.lang.Class'
>                   Resolving method createForClass
>                      Found type 'java.lang.String'
>                         Resolving field CASE_INSENSITIVE_ORDER
>                            Found type 'java.util.Comparator'
>                               [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving com.google.gwt.ajaxloader.client.AjaxLoader
>       Found type 'com.google.gwt.ajaxloader.client.AjaxLoader'
>          Resolving field queuedApiLoads
>             Found type 'java.util.Vector'
>                Resolving method forEach
>                   Found type 'java.util.function.Consumer'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method removeIf
>                   Found type 'java.util.function.Predicate'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method replaceAll
>                   Found type 'java.util.function.UnaryOperator'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Found type 'java.util.function.Function'
>                         [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>             Found type 'java.lang.Runnable'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.Arrays
>       Found type 'java.util.Arrays'
>          Resolving method parallelPrefix
>             Found type 'java.util.function.BinaryOperator'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Found type 'java.util.function.BiFunction'
>                   [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method setAll
>             Found type 'java.util.function.IntFunction'
>                [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>          Resolving method stream
>             Found type 'java.util.stream.Stream'
>                Resolving method collect
>                   Found type 'java.util.stream.Collector'
>                      Resolving method supplier
>                         Found type 'java.util.function.Supplier'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method accumulator
>                         Found type 'java.util.function.BiConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToDouble
>                   Found type 'java.util.stream.DoubleStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjDoubleConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.DoubleFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToInt
>                   Found type 'java.util.stream.IntStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjIntConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method flatMapToLong
>                   Found type 'java.util.stream.LongStream'
>                      Resolving method collect
>                         Found type 'java.util.function.ObjLongConsumer'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                      Resolving method flatMap
>                         Found type 'java.util.function.LongFunction'
>                            [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToDouble
>                   Found type 'java.util.function.ToDoubleFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToInt
>                   Found type 'java.util.function.ToIntFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>                Resolving method mapToLong
>                   Found type 'java.util.function.ToLongFunction'
>                      [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.DoubleSummaryStatistics
>       Found type 'java.util.DoubleSummaryStatistics'
>          Found type 'java.util.function.DoubleConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.IntSummaryStatistics
>       Found type 'java.util.IntSummaryStatistics'
>          Found type 'java.util.function.IntConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.LongSummaryStatistics
>       Found type 'java.util.LongSummaryStatistics'
>          Found type 'java.util.function.LongConsumer'
>             [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BiPredicate
>       Found type 'java.util.function.BiPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.BooleanSupplier
>       Found type 'java.util.function.BooleanSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleBinaryOperator
>       Found type 'java.util.function.DoubleBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoublePredicate
>       Found type 'java.util.function.DoublePredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleSupplier
>       Found type 'java.util.function.DoubleSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToIntFunction
>       Found type 'java.util.function.DoubleToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleToLongFunction
>       Found type 'java.util.function.DoubleToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.DoubleUnaryOperator
>       Found type 'java.util.function.DoubleUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntBinaryOperator
>       Found type 'java.util.function.IntBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntPredicate
>       Found type 'java.util.function.IntPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntSupplier
>       Found type 'java.util.function.IntSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToDoubleFunction
>       Found type 'java.util.function.IntToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntToLongFunction
>       Found type 'java.util.function.IntToLongFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.IntUnaryOperator
>       Found type 'java.util.function.IntUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongBinaryOperator
>       Found type 'java.util.function.LongBinaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongPredicate
>       Found type 'java.util.function.LongPredicate'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongSupplier
>       Found type 'java.util.function.LongSupplier'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToDoubleFunction
>       Found type 'java.util.function.LongToDoubleFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongToIntFunction
>       Found type 'java.util.function.LongToIntFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.LongUnaryOperator
>       Found type 'java.util.function.LongUnaryOperator'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToDoubleBiFunction
>       Found type 'java.util.function.ToDoubleBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToIntBiFunction
>       Found type 'java.util.function.ToIntBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Resolving java.util.function.ToLongBiFunction
>       Found type 'java.util.function.ToLongBiFunction'
>          [WARN] Ignoring unresolvable annotation type 
> java.lang.FunctionalInterface
>    Computing 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 [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.

Reply via email to