You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When full compiling a project for all permutations (the showcase project is an example of this), we are facing problems similar to this one related in the following stacktrace (one cause of this problem might be related to some widgets defered binding properties that are not valid anymore, like the "opera" property that has been removed from GWT 2.7):
[INFO] Scanningforprojects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BuildingCrossDeviceShowcase1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @cross-device-showcase ---
[INFO] Using'UTF-8'encodingtocopyfilteredresources.
[INFO] Copying372resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @cross-device-showcase ---
[INFO] Changesdetected - recompilingthemodule!
[INFO] Compiling89sourcefilestoC:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\classes
[WARNING] /C:/desenv/workspaces/crux/crux-5/5.4/git/crux-samples-showcase/cross-device-showcase/src/main/java/org/cruxframework/crossdeviceshowcase/client/controller/samples/swappanel/SwapPanelController.java: SomeinputfilesuseoroverrideadeprecatedAPI.
[WARNING] /C:/desenv/workspaces/crux/crux-5/5.4/git/crux-samples-showcase/cross-device-showcase/src/main/java/org/cruxframework/crossdeviceshowcase/client/controller/samples/swappanel/SwapPanelController.java: Recompilewith -Xlint:deprecationfordetails.
[INFO]
[INFO] --- crux-maven-plugin:5.4-SNAPSHOT:apt (default) @cross-device-showcase ---
[INFO]
[INFO] --- crux-maven-plugin:5.4-SNAPSHOT:process-crux-resources (default) @cross-device-showcase ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @cross-device-showcase ---
[INFO] Using'UTF-8'encodingtocopyfilteredresources.
[INFO] skipnonexistingresourceDirectoryC:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @cross-device-showcase ---
[INFO] Nosourcestocompile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @cross-device-showcase ---
[INFO] Noteststorun.
[INFO]
[INFO] --- gwt-maven-plugin:2.7.0:compile (default) @cross-device-showcase ---
[ERROR] Dez15, 20155:15:41PMjava.util.prefs.WindowsPreferences <init>
[ERROR] ADVERTÊNCIA: Couldnotopen/createprefsrootnodeSoftware\JavaSoft\Prefsatroot0x80000002.WindowsRegCreateKeyEx(...) returnederrorcode5.
[INFO] Compilingmoduleorg.cruxframework.crossdeviceshowcase.CrossDeviceShowcase
[INFO] Computingallpossiblerebindresultsfor'org.cruxframework.showcasecore.client.resource.common.ShowcaseResourcesCommon'
[INFO] Rebindingorg.cruxframework.showcasecore.client.resource.common.ShowcaseResourcesCommon
[INFO] Invokinggeneratorcom.google.gwt.resources.rebind.context.StaticClientBundleGenerator
[INFO] PreparingmethodcssPrism
[INFO] Thefollowingproblemsweredetected
[INFO] [WARN] Line9column10: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 31 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 37 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 44 column 18: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 51 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 57 column 25: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 63 column 25: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 219 column 10: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 225 column 10: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 230 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 233 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]" [INFO] [WARN] Line 238 column 9: encountered "*". Was expecting one of: "|=" "~=" "=" "]"
[ERROR] Dez 15, 2015 5:15:58 PM org.cruxframework.crux.core.rebind.screen.widget.WidgetLibraryMap initialize
[ERROR] INFORMAÇÕES: Widget Libraries initialized using maps strategy.
[INFO] Computing all possible rebind results for 'org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer'
[INFO] Rebinding org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer
[INFO] Could not find an exact match rule. Using 'closest' rule <replace-with class='org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRendererIE'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
[INFO] Rebinding org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer
[INFO] Could not find an exact match rule. Using 'closest' rule <replace-with class='org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRendererIE'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
[INFO] Rebinding org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer
[INFO] Could not find an exact match rule. Using 'closest' rule <replace-with class='org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRendererIE'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
[INFO] Rebinding org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer
[INFO] Could not find an exact match rule. Using 'closest' rule <replace-with class='org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRendererIE'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
[INFO] Rebinding org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRenderer
[INFO] Could not find an exact match rule. Using 'closest' rule <replace-with class='org.cruxframework.crux.widgets.client.grid.AbstractTablelessGridStructure.CellRendererIE'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
[INFO] Computing all possible rebind results for 'org.cruxframework.crux.core.client.css.animation.StandardAnimationResources'
[INFO] Rebinding org.cruxframework.crux.core.client.css.animation.StandardAnimationResources
[INFO] Invoking generator com.google.gwt.resources.rebind.context.StaticClientBundleGenerator
[INFO] Preparing method css
[INFO] The following problems were detected
[INFO] [WARN] Charset declaration detected. A charset at-rule is not relevant inside a style element
[INFO] Compiling 25 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 3...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 5...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 2...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 4...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 7...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 6...
[INFO] Compiling
[INFO] Compiling permutation 9...
[INFO] Compiling
[INFO] Compiling permutation 10...
[INFO] Compiling
[INFO] Compiling permutation 13...
[INFO] Compiling
[INFO] Compiling
[INFO] Compiling permutation 12...
[INFO] Compiling permutation 14...
[INFO] Compiling
[INFO] Compiling permutation 11...
[INFO] Compiling
[INFO] Compiling permutation 15...
[INFO] Compiling permutation 8...
[INFO] Compiling
[INFO] Compiling permutation 16...
[INFO] Compiling
[INFO] Compiling permutation 17...
[INFO] Compiling
[INFO] Compiling permutation 19...
[INFO] Compiling
[INFO] Compiling permutation 18...
[INFO] Compiling
[INFO] Compiling permutation 20...
[INFO] Compiling
[INFO] Compiling permutation 21...
[INFO] Compiling
[INFO] Compiling permutation 22...
[INFO] [ERROR] An internal compiler exception occurred
[INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during visit.
[INFO] at com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:121)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.acceptImmutable(JModVisitor.java:333)
[INFO] at com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:598)
[INFO] at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:569)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor$ListContextImmutable.traverse(JModVisitor.java:183)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemoveImmutable(JModVisitor.java:356)
[INFO] at com.google.gwt.dev.jjs.ast.JClassType.traverse(JClassType.java:112)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
[INFO] at com.google.gwt.dev.jjs.ast.JProgram.visitModuleTypes(JProgram.java:1191)
[INFO] at com.google.gwt.dev.jjs.ast.JProgram.traverse(JProgram.java:1155)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:293)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:285)
[INFO] at com.google.gwt.dev.jjs.impl.TypeTightener.execImpl(TypeTightener.java:883)
[INFO] at com.google.gwt.dev.jjs.impl.TypeTightener.exec(TypeTightener.java:786)
[INFO] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.optimizeJavaOneTime(JavaToJavaScriptCompiler.java:1505)
[INFO] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.optimizeJavaToFixedPoint(JavaToJavaScriptCompiler.java:1463)
[INFO] at com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler$MonolithicPermutationCompiler.optimizeJava(MonolithicJavaToJavaScriptCompiler.java:130)
[INFO] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$PermutationCompiler.compilePermutation(JavaToJavaScriptCompiler.java:281)
[INFO] at com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.compilePermutation(MonolithicJavaToJavaScriptCompiler.java:296)
[INFO] at com.google.gwt.dev.jjs.UnifiedAst.compilePermutation(UnifiedAst.java:143)
[INFO] at com.google.gwt.dev.CompilePerms.compile(CompilePerms.java:197)
[INFO] at com.google.gwt.dev.CompilePermsServer.compilePermutation(CompilePermsServer.java:319)
[INFO] at com.google.gwt.dev.CompilePermsServer.run(CompilePermsServer.java:283)
[INFO] at com.google.gwt.dev.CompilePermsServer.main(CompilePermsServer.java:246)
[INFO] Caused by: java.lang.NullPointerException
[INFO] at com.google.gwt.dev.jjs.ast.JTypeOracle.hasAnyExports(JTypeOracle.java:1072)
[INFO] at com.google.gwt.dev.jjs.ast.JTypeOracle.isInstantiatedType(JTypeOracle.java:1040)
[INFO] at com.google.gwt.dev.jjs.impl.TypeTightener$TightenTypesVisitor.tighten(TypeTightener.java:717)
[INFO] at com.google.gwt.dev.jjs.impl.TypeTightener$TightenTypesVisitor.endVisit(TypeTightener.java:633)
[INFO] at com.google.gwt.dev.jjs.ast.JParameter.traverse(JParameter.java:69)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:381)
[INFO] at com.google.gwt.dev.jjs.ast.JModVisitor.acceptImmutable(JModVisitor.java:325)
[INFO] ... 25 more
[INFO] [ERROR] at PopupPanel.java(489): ListenerWrapper$WrappedPopupListener handler
[INFO] com.google.gwt.dev.jjs.ast.JParameter
[INFO] [ERROR] at PopupPanel.java(489): public final LegacyHandlerWrapper addCloseHandler(ListenerWrapper$WrappedPopupListener handler);
[INFO]
[INFO] com.google.gwt.dev.jjs.ast.JMethod
[INFO] [ERROR] at PopupPanel.java(91): class PopupPanel extends SimplePanel implements SourcesPopupEvents, EventPreview, HasAnimation, HasCloseHandlers
[INFO] com.google.gwt.dev.jjs.ast.JClassType
[INFO] [ERROR] at Unknown(0): <JProgram>
[INFO] com.google.gwt.dev.jjs.ast.JProgram
[INFO] [ERROR] Error from external worker
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
[INFO] at com.google.gwt.dev.javac.CompilationProblemReporter.logAndTranslateException(CompilationProblemReporter.java:106)
[INFO] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$PermutationCompiler.compilePermutation(JavaToJavaScriptCompiler.java:363)
[INFO] at com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.compilePermutation(MonolithicJavaToJavaScriptCompiler.java:296)
[INFO] at com.google.gwt.dev.jjs.UnifiedAst.compilePermutation(UnifiedAst.java:143)
[INFO] at com.google.gwt.dev.CompilePerms.compile(CompilePerms.java:197)
[INFO] at com.google.gwt.dev.CompilePermsServer.compilePermutation(CompilePermsServer.java:319)
[INFO] at com.google.gwt.dev.CompilePermsServer.run(CompilePermsServer.java:283)
[INFO] at com.google.gwt.dev.CompilePermsServer.main(CompilePermsServer.java:246)
[INFO] [ERROR] Unrecoverable exception, shutting down
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:157)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [ERROR] Not all permutation were compiled , completed (16/25)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] [WARN] Lost communication with remote process
[INFO] java.net.SocketException: Socket closed
[INFO] at java.net.SocketInputStream.socketRead0(Native Method)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:152)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:122)
[INFO] at java.net.SocketInputStream.read(SocketInputStream.java:210)
[INFO] at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2293)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2586)
[INFO] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2596)
[INFO] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1318)
[INFO] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
[INFO] at com.google.gwt.dev.ExternalPermutationWorkerFactory$ExternalPermutationWorker.compile(ExternalPermutationWorkerFactory.java:154)
[INFO] at com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
[INFO] at java.lang.Thread.run(Thread.java:745)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:37 min
[INFO] Finished at: 2015-12-15T17:20:06-02:00
[INFO] Final Memory: 25M/227M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.7.0:compile (default) on project cross-device-showcase: Command [[
[ERROR] C:\desenv\java\jdk1.7.0_80\jre\bin\java -Xmx1024M -Xss1024k -classpath C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\classes;C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\src\main\java;C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\generated-sources\crux;C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\generated-resources\crux;C:\Users\samuel.cardoso\.m2\repository\org\cruxframework\showcasecore\showcase-core\1.2-SNAPSHOT\showcase-core-1.2-SNAPSHOT.jar;C:\Users\samuel.cardoso\.m2\repository\org\cruxframework\crux-runtime\5.4-SNAPSHOT\crux-runtime-5.4-SNAPSHOT.jar;C:\Users\samuel.cardoso\.m2\repository\javassist\javassist\3.12.1.GA\javassist-3.12.1.GA.jar;C:\Users\samuel.cardoso\.m2\repository\org\codehaus\jackson\jackson-jaxrs\1.9.13\jackson-jaxrs-1.9.13.jar;C:\Users\samuel.cardoso\.m2\repository\org\codehaus\jackson\jackson-core-asl\1.9.13\jackson-core-asl-1.9.13.jar;C:\Users\samuel.cardoso\.m2\repository\org\codehaus\jackson\jackson-mapper-asl\1.9.13\jackson-mapper-asl-1.9.13.jar;C:\Users\samuel.cardoso\.m2\repository\org\jgroups\jgroups\3.2.9.Final\jgroups-3.2.9.Final.jar;C:\Users\samuel.cardoso\.m2\repository\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\samuel.cardoso\.m2\repository\commons-lang\commons-lang\2.3\commons-lang-2.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\cruxframework\crux-dev\5.4-SNAPSHOT\crux-dev-5.4-SNAPSHOT.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-dev\2.7.0\gwt-dev-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-util\5.0.3\asm-util-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-tree\5.0.3\asm-tree-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-commons\5.0.3\asm-commons-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-user\2.7.0\gwt-user-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Users\samuel.cardoso\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-codeserver\2.7.0\gwt-codeserver-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-servlet\2.7.0\gwt-servlet-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\org\cruxframework\crux-widgets\5.4-SNAPSHOT\crux-widgets-5.4-SNAPSHOT.jar;C:\Users\samuel.cardoso\.m2\repository\org\cruxframework\crux-smart-faces\1.3-SNAPSHOT\crux-smart-faces-1.3-SNAPSHOT.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-user\2.7.0\gwt-user-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Users\samuel.cardoso\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Users\samuel.cardoso\.m2\repository\com\google\gwt\gwt-dev\2.7.0\gwt-dev-2.7.0.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-util\5.0.3\asm-util-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-tree\5.0.3\asm-tree-5.0.3.jar;C:\Users\samuel.cardoso\.m2\repository\org\ow2\asm\asm-commons\5.0.3\asm-commons-5.0.3.jar com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\cross-device-showcase -localWorkers 8 -failOnError -XfragmentCount -1 -sourceLevel auto -gen C:\desenv\workspaces\crux\crux-5\5.4\git\crux-samples-showcase\cross-device-showcase\target\.generated org.cruxframework.crossdeviceshowcase.CrossDeviceShowcase
[ERROR] ]] failed with status 1
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The text was updated successfully, but these errors were encountered:
When full compiling a project for all permutations (the showcase project is an example of this), we are facing problems similar to this one related in the following stacktrace (one cause of this problem might be related to some widgets defered binding properties that are not valid anymore, like the "opera" property that has been removed from GWT 2.7):
The text was updated successfully, but these errors were encountered: