Advertisement
Guest User

error

a guest
Jul 2nd, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.44 KB | None | 0 0
  1. C:\code\Bitcoin\bitsofproof\supernode>mvn package
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] supernode
  7. [INFO] bitsofproof-server-api
  8. [INFO] bitsofproof-server
  9. [INFO]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Building supernode 1.1.3
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO]
  14. [INFO] --- maven-dependency-plugin:2.5.1:copy-dependencies (copy-dependencies) @ supernode ---
  15. [INFO]
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Building bitsofproof-server-api 1.1.3
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO]
  20. [INFO] --- maven-antrun-plugin:1.3:run (compile-protoc) @ bitsofproof-server-api ---
  21. [INFO] Executing tasks
  22. [INFO] Executed tasks
  23. [INFO]
  24. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ bitsofproof-server-api ---
  25. [debug] execute contextualize
  26. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  27. [INFO] skip non existing resourceDirectory C:\code\Bitcoin\bitsofproof\supernode\api\src\main\resources
  28. [INFO]
  29. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ bitsofproof-server-api ---
  30. [INFO] Compiling 30 source files to C:\code\Bitcoin\bitsofproof\supernode\api\target\classes
  31. [INFO] -------------------------------------------------------------
  32. [ERROR] COMPILATION ERROR :
  33. [INFO] -------------------------------------------------------------
  34. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[11,22] com.bitsofproof.supernode.api.BCSAPIMessage.Ping is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  35. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[165,24] com.bitsofproof.supernode.api.BCSAPIMessage.Ping.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  36. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[336,22] com.bitsofproof.supernode.api.BCSAPIMessage.Alert is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  37. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[505,24] com.bitsofproof.supernode.api.BCSAPIMessage.Alert.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  38. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[704,22] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionInput is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  39. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[888,24] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionInput.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  40. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1115,22] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionOutput is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  41. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1283,24] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionOutput.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  42. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1485,22] com.bitsofproof.supernode.api.BCSAPIMessage.Transaction is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  43. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1740,24] com.bitsofproof.supernode.api.BCSAPIMessage.Transaction.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  44. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2148,22] com.bitsofproof.supernode.api.BCSAPIMessage.Block is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  45. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2413,24] com.bitsofproof.supernode.api.BCSAPIMessage.Block.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  46. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2807,22] com.bitsofproof.supernode.api.BCSAPIMessage.TrunkUpdate is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  47. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2990,24] com.bitsofproof.supernode.api.BCSAPIMessage.TrunkUpdate.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  48. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3270,22] com.bitsofproof.supernode.api.BCSAPIMessage.Hash is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  49. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3433,24] com.bitsofproof.supernode.api.BCSAPIMessage.Hash.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  50. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3633,22] com.bitsofproof.supernode.api.BCSAPIMessage.ExceptionMessage is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  51. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3796,24] com.bitsofproof.supernode.api.BCSAPIMessage.ExceptionMessage.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  52. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3996,22] com.bitsofproof.supernode.api.BCSAPIMessage.Color is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  53. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4210,24] com.bitsofproof.supernode.api.BCSAPIMessage.Color.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  54. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4493,22] com.bitsofproof.supernode.api.BCSAPIMessage.FilterRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  55. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4692,24] com.bitsofproof.supernode.api.BCSAPIMessage.FilterRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  56. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4941,22] com.bitsofproof.supernode.api.BCSAPIMessage.ExactMatchRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  57. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5133,24] com.bitsofproof.supernode.api.BCSAPIMessage.ExactMatchRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  58. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5383,22] com.bitsofproof.supernode.api.BCSAPIMessage.AccountRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  59. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5566,24] com.bitsofproof.supernode.api.BCSAPIMessage.AccountRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  60. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5790,22] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  61. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5817,24] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Account is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  62. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5986,26] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Account.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  63. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[6352,24] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  64. [INFO] 30 errors
  65. [INFO] -------------------------------------------------------------
  66. [INFO] ------------------------------------------------------------------------
  67. [INFO] Reactor Summary:
  68. [INFO]
  69. [INFO] supernode ......................................... SUCCESS [1.641s]
  70. [INFO] bitsofproof-server-api ............................ FAILURE [4.609s]
  71. [INFO] bitsofproof-server ................................ SKIPPED
  72. [INFO] ------------------------------------------------------------------------
  73. [INFO] BUILD FAILURE
  74. [INFO] ------------------------------------------------------------------------
  75. [INFO] Total time: 6.877s
  76. [INFO] Finished at: Wed Jul 03 03:00:27 IST 2013
  77. [INFO] Final Memory: 10M/27M
  78. [INFO] ------------------------------------------------------------------------
  79. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project bitsofproof-server-api: Compilation failure: Compilation failure:
  80. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[11,22] com.bitsofproof.supernode.api.BCSAPIMessage.Ping is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  81. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[165,24] com.bitsofproof.supernode.api.BCSAPIMessage.Ping.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  82. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[336,22] com.bitsofproof.supernode.api.BCSAPIMessage.Alert is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  83. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[505,24] com.bitsofproof.supernode.api.BCSAPIMessage.Alert.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  84. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[704,22] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionInput is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  85. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[888,24] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionInput.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  86. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1115,22] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionOutput is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  87. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1283,24] com.bitsofproof.supernode.api.BCSAPIMessage.TransactionOutput.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  88. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1485,22] com.bitsofproof.supernode.api.BCSAPIMessage.Transaction is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  89. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[1740,24] com.bitsofproof.supernode.api.BCSAPIMessage.Transaction.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  90. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2148,22] com.bitsofproof.supernode.api.BCSAPIMessage.Block is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  91. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2413,24] com.bitsofproof.supernode.api.BCSAPIMessage.Block.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  92. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2807,22] com.bitsofproof.supernode.api.BCSAPIMessage.TrunkUpdate is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  93. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[2990,24] com.bitsofproof.supernode.api.BCSAPIMessage.TrunkUpdate.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  94. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3270,22] com.bitsofproof.supernode.api.BCSAPIMessage.Hash is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  95. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3433,24] com.bitsofproof.supernode.api.BCSAPIMessage.Hash.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  96. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3633,22] com.bitsofproof.supernode.api.BCSAPIMessage.ExceptionMessage is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  97. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3796,24] com.bitsofproof.supernode.api.BCSAPIMessage.ExceptionMessage.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  98. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[3996,22] com.bitsofproof.supernode.api.BCSAPIMessage.Color is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  99. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4210,24] com.bitsofproof.supernode.api.BCSAPIMessage.Color.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  100. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4493,22] com.bitsofproof.supernode.api.BCSAPIMessage.FilterRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  101. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4692,24] com.bitsofproof.supernode.api.BCSAPIMessage.FilterRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  102. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[4941,22] com.bitsofproof.supernode.api.BCSAPIMessage.ExactMatchRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  103. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5133,24] com.bitsofproof.supernode.api.BCSAPIMessage.ExactMatchRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  104. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5383,22] com.bitsofproof.supernode.api.BCSAPIMessage.AccountRequest is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  105. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5566,24] com.bitsofproof.supernode.api.BCSAPIMessage.AccountRequest.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  106. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5790,22] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  107. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5817,24] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Account is not abstract and does not override abstract method newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent) in com.google.protobuf.GeneratedMessage
  108. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[5986,26] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Account.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  109. [ERROR] \code\Bitcoin\bitsofproof\supernode\api\src\main\java\com\bitsofproof\supernode\api\BCSAPIMessage.java:[6352,24] com.bitsofproof.supernode.api.BCSAPIMessage.Wallet.Builder is not abstract and does not override abstract method internalGetFieldAccessorTable() in com.google.protobuf.GeneratedMessage.Builder
  110. [ERROR] -> [Help 1]
  111. [ERROR]
  112. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  113. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  114. [ERROR]
  115. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  116. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  117. [ERROR]
  118. [ERROR] After correcting the problems, you can resume the build with the command
  119. [ERROR] mvn <goals> -rf :bitsofproof-server-api
  120. C:\code\Bitcoin\bitsofproof\supernode>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement