Hi!,
I finally had some time to try to remove all pending issues. The prblem
persists and the compiler shuts dons silently. I thought is could be
because of the perm gen space, but Java8 has no more pergen system!
This is my output if I try ao add a permgen argument for to the JVM
oct. 20, 2016 5:24:28 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
Compiling 5 permutations
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Compiling module fr.onevu.vume.login.LoginModule
Compiling 5 permutations
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Compiling module fr.onevu.vume.Customer
Compiling 5 permutations
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Compiling module fr.onevu.vume.VuMe
Compiling 5 permutations
Process output
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Process output
[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=1024M; support was removed in 8.0
And this happens if I compile it normally : it just shuts down without any
warning:
oct. 20, 2016 5:49:28 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.
Then it hangs for some 5 minutes and stops without any other message.
So the question is : how do I activate a finer logging of the compiler
steps?
Note: the issue of error accessing RegCreateKey seams because the comiler
is not run as an administrator? is it true?
p.s: the issues were mainly because I didn't update Java8 and GWT on all
parent projects (I'm compiling with eclipse since there were issues at the
very start of the project in 2012 : compiling with maven and gradle failed
in any configuration). Now is the time to reconfigure a gradle for that,
but I wanted to successfully execute the compiler for this migration to
2.8.0RC3 as a first step
Le lundi 3 octobre 2016 18:27:55 UTC+1, Zied Hamdi a écrit :
>
> 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.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.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.
> Computing all possible rebind results for
> 'fr.onevu.vume.client.common.widget.filter.impl.multiple.CollapsibleSelectorResources'
> Rebinding
> fr.onevu.vume.client.common.widget.filter.impl.multiple.CollapsibleSelectorResources
> 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 rec
> ...
--
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.