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.ShopAdminCompiling 5 permutationsProcess output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Compiling module fr.onevu.vume.login.LoginModuleCompiling 5 permutationsProcess output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Compiling module fr.onevu.vume.CustomerCompiling 5 permutationsProcess output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Compiling module fr.onevu.vume.VuMeCompiling 5 permutationsProcess outputProcess 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.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Process output[ERROR] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0Java 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 :
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 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.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 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