Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation issues for some permutations when a certainly component is used #919

Open
samuelcardoso opened this issue Dec 18, 2015 · 0 comments

Comments

@samuelcardoso
Copy link
Member

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] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CrossDeviceShowcase 1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cross-device-showcase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 372 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cross-device-showcase ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to C:\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: Some input files use or override a deprecated API.
[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: Recompile with -Xlint:deprecation for details.
[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' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\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] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ cross-device-showcase ---
[INFO] No tests to run.
[INFO] 
[INFO] --- gwt-maven-plugin:2.7.0:compile (default) @ cross-device-showcase ---
[ERROR] Dez 15, 2015 5:15:41 PM java.util.prefs.WindowsPreferences <init>
[ERROR] ADVERTÊNCIA: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
[INFO] Compiling module org.cruxframework.crossdeviceshowcase.CrossDeviceShowcase
[INFO]    Computing all possible rebind results for 'org.cruxframework.showcasecore.client.resource.common.ShowcaseResourcesCommon'
[INFO]       Rebinding org.cruxframework.showcasecore.client.resource.common.ShowcaseResourcesCommon
[INFO]          Invoking generator com.google.gwt.resources.rebind.context.StaticClientBundleGenerator
[INFO]             Preparing method cssPrism
[INFO]                The following problems were detected
[INFO]                   [WARN] Line 9 column 10: 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant