Created
February 5, 2018 16:47
-
-
Save baxtheman/3ad0bf8cfab305c5f3d9d93862370b2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 1.591 s] | |
[INFO] Eclipse Milo - OPC-UA (IEC 62541) .................. SUCCESS [ 2.323 s] | |
[INFO] opc-ua-stack ....................................... SUCCESS [ 1.592 s] | |
[INFO] stack-core ......................................... SUCCESS [ 21.689 s] | |
[INFO] stack-client ....................................... SUCCESS [ 1.886 s] | |
[INFO] opc-ua-sdk ......................................... SUCCESS [ 1.695 s] | |
[INFO] sdk-core ........................................... SUCCESS [ 5.960 s] | |
[INFO] bsd-parser ......................................... SUCCESS [ 1.108 s] | |
[INFO] bsd-parser-core .................................... FAILURE [ 3.868 s] | |
[INFO] sdk-client ......................................... SKIPPED | |
[INFO] stack-server ....................................... SKIPPED | |
[INFO] sdk-server ......................................... SKIPPED | |
[INFO] milo-examples ...................................... SKIPPED | |
[INFO] server-examples .................................... SKIPPED | |
[INFO] client-examples .................................... SKIPPED | |
[INFO] bsd-parser-gson .................................... SKIPPED | |
[INFO] stack-examples ..................................... SKIPPED | |
[INFO] stack-tests ........................................ SKIPPED | |
[INFO] sdk-tests .......................................... SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 42.330 s | |
[INFO] Finished at: 2018-02-05T17:46:02+01:00 | |
[INFO] Final Memory: 41M/496M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (java-compile) on project bsd-parser-core: | |
Compilation failure: Compilation failure: | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/G | |
enericStructCodec.java:[23,44] package org.opcfoundation.opcua.binaryschema does not exist | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/A | |
bstractCodec.java:[50,44] package org.opcfoundation.opcua.binaryschema does not exist | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/A | |
bstractCodec.java:[51,44] package org.opcfoundation.opcua.binaryschema does not exist | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/A | |
bstractCodec.java:[52,44] package org.opcfoundation.opcua.binaryschema does not exist | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/G | |
enericStructCodec.java:[27,31] cannot find symbol | |
[ERROR] symbol: class StructuredType | |
[ERROR] location: class org.eclipse.milo.opcua.binaryschema.GenericStructCodec | |
[ERROR] /C:/java/projects/_experiment/milo/opc-ua-stack/bsd-parser/bsd-parser-core/src/main/java/org/eclipse/milo/opcua/binaryschema/A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment