Advertisement
smaiya

Untitled

Dec 6th, 2019
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.47 KB | None | 0 0
  1. mvn clean install
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule-api:jar:1.0.0-SNAPSHOT
  5. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.api:openmrs-api:jar -> duplicate declaration of version ${openmrsPlatformVersion} @ org.openmrs.module:cancermodule:1.0.0-SNAPSHOT, /home/nptel/eclipse-workspace/basicexample/cancermodule/pom.xml, line 56, column 16
  6. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.web:openmrs-web:jar -> duplicate declaration of version ${openmrsPlatformVersion} @ org.openmrs.module:cancermodule:1.0.0-SNAPSHOT, /home/nptel/eclipse-workspace/basicexample/cancermodule/pom.xml, line 62, column 16
  7. [WARNING]
  8. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule-omod:jar:1.0.0-SNAPSHOT
  9. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.module:uiframework-api:jar -> duplicate declaration of version (?) @ org.openmrs.module:cancermodule-omod:[unknown-version], /home/nptel/eclipse-workspace/basicexample/cancermodule/omod/pom.xml, line 39, column 15
  10. [WARNING] 'build.plugins.plugin.version' for org.openmrs.maven.plugins:maven-openmrs-plugin is missing. @ org.openmrs.module:cancermodule-omod:[unknown-version], /home/nptel/eclipse-workspace/basicexample/cancermodule/omod/pom.xml, line 50, column 12
  11. [WARNING]
  12. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule:pom:1.0.0-SNAPSHOT
  13. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.api:openmrs-api:jar -> duplicate declaration of version ${openmrsPlatformVersion} @ line 56, column 16
  14. [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.openmrs.web:openmrs-web:jar -> duplicate declaration of version ${openmrsPlatformVersion} @ line 62, column 16
  15. [WARNING]
  16. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  17. [WARNING]
  18. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  19. [WARNING]
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Reactor Build Order:
  22. [INFO]
  23. [INFO] Basicexample [pom]
  24. [INFO] Basicexample API [jar]
  25. [INFO] Basicexample OMOD [jar]
  26. [INFO] Cancermodule [pom]
  27. [INFO] Cancermodule API [jar]
  28. [INFO] Cancermodule OMOD [jar]
  29. [INFO]
  30. [INFO] ------------------< org.openmrs.module:basicexample >-------------------
  31. [INFO] Building Basicexample 1.0.0-SNAPSHOT [1/6]
  32. [INFO] --------------------------------[ pom ]---------------------------------
  33. [INFO]
  34. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample ---
  35. [INFO]
  36. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample ---
  37. [INFO] Checking for local modifications: skipped.
  38. [INFO] Updating project files from SCM: skipped.
  39. [INFO] ShortRevision tag detected. The value is '6'.
  40. [INFO] Executing: /bin/sh -c cd /home/nptel/eclipse-workspace/basicexample && git rev-parse --verify --short=6 HEAD
  41. [INFO] Working directory: /home/nptel/eclipse-workspace/basicexample
  42. [INFO] Storing buildNumber: dbb7a7 at timestamp: 1575623181278
  43. [INFO] ShortRevision tag detected. The value is '6'.
  44. [INFO] Executing: /bin/sh -c cd /home/nptel/eclipse-workspace/basicexample && git rev-parse --verify --short=6 HEAD
  45. [INFO] Working directory: /home/nptel/eclipse-workspace/basicexample
  46. [INFO] Storing buildScmBranch: UNKNOWN
  47. [INFO]
  48. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample ---
  49. [INFO] Using 'UTF-8' encoding to format source files.
  50. [INFO] Number of files to be formatted: 0
  51. [INFO]
  52. [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample ---
  53. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/pom.xml to /home/nptel/.m2/repository/org/openmrs/module/basicexample/1.0.0-SNAPSHOT/basicexample-1.0.0-SNAPSHOT.pom
  54. [INFO]
  55. [INFO] ----------------< org.openmrs.module:basicexample-api >-----------------
  56. [INFO] Building Basicexample API 1.0.0-SNAPSHOT [2/6]
  57. [INFO] --------------------------------[ jar ]---------------------------------
  58. [INFO]
  59. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample-api ---
  60. [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/api/target
  61. [INFO]
  62. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample-api ---
  63. [INFO]
  64. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample-api ---
  65. [INFO] Using 'UTF-8' encoding to format source files.
  66. [INFO] Number of files to be formatted: 8
  67. [INFO] Successfully formatted: 0 file(s)
  68. [INFO] Fail to format : 0 file(s)
  69. [INFO] Skipped : 8 file(s)
  70. [INFO] Approximate time taken: 1s
  71. [INFO]
  72. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basicexample-api ---
  73. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  74. [INFO] Copying 5 resources
  75. [INFO] Copying 0 resource
  76. [INFO] skip non existing resourceDirectory /home/nptel/eclipse-workspace/basicexample/api/src/main/webapp
  77. [INFO] skip non existing resourceDirectory /home/nptel/eclipse-workspace/basicexample/api/src/main/webapp
  78. [INFO]
  79. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basicexample-api ---
  80. [INFO] Changes detected - recompiling the module!
  81. [INFO] Compiling 6 source files to /home/nptel/eclipse-workspace/basicexample/api/target/classes
  82. [INFO]
  83. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basicexample-api ---
  84. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  85. [INFO] Copying 0 resource
  86. [INFO] Copying 0 resource
  87. [INFO]
  88. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basicexample-api ---
  89. [INFO] Changes detected - recompiling the module!
  90. [INFO] Compiling 2 source files to /home/nptel/eclipse-workspace/basicexample/api/target/test-classes
  91. [INFO]
  92. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basicexample-api ---
  93. [INFO] Surefire report directory: /home/nptel/eclipse-workspace/basicexample/api/target/surefire-reports
  94.  
  95. -------------------------------------------------------
  96. T E S T S
  97. -------------------------------------------------------
  98. Running org.openmrs.module.basicexample.api.dao.BasicexampleDaoTest
  99. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.96 sec
  100. Running org.openmrs.module.basicexample.BasicexampleServiceTest
  101. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
  102.  
  103. Results :
  104.  
  105. Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
  106.  
  107. [INFO]
  108. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ basicexample-api ---
  109. [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT.jar
  110. [INFO]
  111. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ basicexample-api ---
  112. [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT-tests.jar
  113. [INFO]
  114. [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample-api ---
  115. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT.jar to /home/nptel/.m2/repository/org/openmrs/module/basicexample-api/1.0.0-SNAPSHOT/basicexample-api-1.0.0-SNAPSHOT.jar
  116. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/api/pom.xml to /home/nptel/.m2/repository/org/openmrs/module/basicexample-api/1.0.0-SNAPSHOT/basicexample-api-1.0.0-SNAPSHOT.pom
  117. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT-tests.jar to /home/nptel/.m2/repository/org/openmrs/module/basicexample-api/1.0.0-SNAPSHOT/basicexample-api-1.0.0-SNAPSHOT-tests.jar
  118. [INFO]
  119. [INFO] ----------------< org.openmrs.module:basicexample-omod >----------------
  120. [INFO] Building Basicexample OMOD 1.0.0-SNAPSHOT [3/6]
  121. [INFO] --------------------------------[ jar ]---------------------------------
  122. [INFO]
  123. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample-omod ---
  124. [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/omod/target
  125. [INFO]
  126. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample-omod ---
  127. [INFO]
  128. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample-omod ---
  129. [INFO] Using 'UTF-8' encoding to format source files.
  130. [INFO] Number of files to be formatted: 3
  131. [INFO] Successfully formatted: 0 file(s)
  132. [INFO] Fail to format : 0 file(s)
  133. [INFO] Skipped : 3 file(s)
  134. [INFO] Approximate time taken: 0s
  135. [INFO]
  136. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ basicexample-omod ---
  137. [INFO] Unpacking /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT.jar to /home/nptel/eclipse-workspace/basicexample/omod/target/classes with includes "*.xml,*.properties" and excludes ""
  138. [INFO]
  139. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basicexample-omod ---
  140. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  141. [INFO] Copying 2 resources
  142. [INFO] Copying 0 resource
  143. [INFO] Copying 0 resource to web/module
  144. [INFO] Copying 1 resource to web/module
  145. [INFO]
  146. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basicexample-omod ---
  147. [INFO] Changes detected - recompiling the module!
  148. [INFO] Compiling 2 source files to /home/nptel/eclipse-workspace/basicexample/omod/target/classes
  149. [INFO]
  150. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basicexample-omod ---
  151. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  152. [INFO] Copying 0 resource
  153. [INFO] Copying 0 resource
  154. [INFO]
  155. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basicexample-omod ---
  156. [INFO] Changes detected - recompiling the module!
  157. [INFO] Compiling 1 source file to /home/nptel/eclipse-workspace/basicexample/omod/target/test-classes
  158. [INFO]
  159. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basicexample-omod ---
  160. [INFO] Surefire report directory: /home/nptel/eclipse-workspace/basicexample/omod/target/surefire-reports
  161.  
  162. -------------------------------------------------------
  163. T E S T S
  164. -------------------------------------------------------
  165. Running org.openmrs.module.basicexample.AdminListExtensionTest
  166. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
  167.  
  168. Results :
  169.  
  170. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  171.  
  172. [INFO]
  173. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ basicexample-omod ---
  174. [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT.jar
  175. [INFO]
  176. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ basicexample-omod ---
  177. [INFO] Packaging OpenMRS module
  178. [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT.omod
  179. [INFO]
  180. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ basicexample-omod ---
  181. [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT-tests.jar
  182. [INFO]
  183. [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample-omod ---
  184. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT.omod to /home/nptel/.m2/repository/org/openmrs/module/basicexample-omod/1.0.0-SNAPSHOT/basicexample-omod-1.0.0-SNAPSHOT.jar
  185. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/omod/pom.xml to /home/nptel/.m2/repository/org/openmrs/module/basicexample-omod/1.0.0-SNAPSHOT/basicexample-omod-1.0.0-SNAPSHOT.pom
  186. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT-tests.jar to /home/nptel/.m2/repository/org/openmrs/module/basicexample-omod/1.0.0-SNAPSHOT/basicexample-omod-1.0.0-SNAPSHOT-tests.jar
  187. [INFO]
  188. [INFO] ------------------< org.openmrs.module:cancermodule >-------------------
  189. [INFO] Building Cancermodule 1.0.0-SNAPSHOT [4/6]
  190. [INFO] --------------------------------[ pom ]---------------------------------
  191. [INFO]
  192. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cancermodule ---
  193. [INFO]
  194. [INFO] --- maven-install-plugin:2.4:install (default-install) @ cancermodule ---
  195. [INFO] Installing /home/nptel/eclipse-workspace/basicexample/cancermodule/pom.xml to /home/nptel/.m2/repository/org/openmrs/module/cancermodule/1.0.0-SNAPSHOT/cancermodule-1.0.0-SNAPSHOT.pom
  196. [INFO]
  197. [INFO] ----------------< org.openmrs.module:cancermodule-api >-----------------
  198. [INFO] Building Cancermodule API 1.0.0-SNAPSHOT [5/6]
  199. [INFO] --------------------------------[ jar ]---------------------------------
  200. [INFO]
  201. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cancermodule-api ---
  202. [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/cancermodule/api/target
  203. [INFO]
  204. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cancermodule-api ---
  205. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  206. [INFO] Copying 5 resources
  207. [INFO]
  208. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cancermodule-api ---
  209. [INFO] Changes detected - recompiling the module!
  210. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  211. [INFO] Compiling 6 source files to /home/nptel/eclipse-workspace/basicexample/cancermodule/api/target/classes
  212. [INFO] -------------------------------------------------------------
  213. [WARNING] COMPILATION WARNING :
  214. [INFO] -------------------------------------------------------------
  215. [WARNING] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java: /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java uses or overrides a deprecated API.
  216. [WARNING] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java: Recompile with -Xlint:deprecation for details.
  217. [INFO] 2 warnings
  218. [INFO] -------------------------------------------------------------
  219. [INFO] -------------------------------------------------------------
  220. [ERROR] COMPILATION ERROR :
  221. [INFO] -------------------------------------------------------------
  222. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[12,30] package org.openmrs.annotation does not exist
  223. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[13,23] package org.openmrs.api does not exist
  224. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[14,23] package org.openmrs.api does not exist
  225. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[17,50] package org.springframework.transaction.annotation does not exist
  226. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[23,46] cannot find symbol
  227. symbol: class OpenmrsService
  228. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[12,19] cannot find symbol
  229. symbol: class BaseOpenmrsData
  230. location: package org.openmrs
  231. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[13,19] cannot find symbol
  232. symbol: class User
  233. location: package org.openmrs
  234. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[15,25] package javax.persistence does not exist
  235. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[16,25] package javax.persistence does not exist
  236. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[17,25] package javax.persistence does not exist
  237. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[18,25] package javax.persistence does not exist
  238. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[19,25] package javax.persistence does not exist
  239. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[20,25] package javax.persistence does not exist
  240. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[21,25] package javax.persistence does not exist
  241. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[22,25] package javax.persistence does not exist
  242. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[30,27] cannot find symbol
  243. symbol: class BaseOpenmrsData
  244. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[35,48] cannot find symbol
  245. symbol: class APIException
  246. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  247. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[47,41] cannot find symbol
  248. symbol: class APIException
  249. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  250. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[39,17] cannot find symbol
  251. symbol: class User
  252. location: class org.openmrs.module.cancermodule.Item
  253. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[65,16] cannot find symbol
  254. symbol: class User
  255. location: class org.openmrs.module.cancermodule.Item
  256. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[69,30] cannot find symbol
  257. symbol: class User
  258. location: class org.openmrs.module.cancermodule.Item
  259. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[12,23] package org.openmrs.api does not exist
  260. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[13,23] package org.openmrs.api does not exist
  261. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[14,28] package org.openmrs.api.impl does not exist
  262. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[19,46] cannot find symbol
  263. symbol: class BaseOpenmrsService
  264. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[12,38] package org.springframework.stereotype does not exist
  265. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[14,2] cannot find symbol
  266. symbol: class Repository
  267. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[23,9] cannot find symbol
  268. symbol: class UserService
  269. location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  270. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[27,55] cannot find symbol
  271. symbol: class APIException
  272. location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  273. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[32,48] cannot find symbol
  274. symbol: class APIException
  275. location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  276. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[12,38] package org.springframework.stereotype does not exist
  277. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[17,2] cannot find symbol
  278. symbol: class Component
  279. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[12,34] package org.apache.commons.logging does not exist
  280. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[13,26] cannot find symbol
  281. symbol: class BaseModuleActivator
  282. location: package org.openmrs.module
  283. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[14,38] package org.springframework.stereotype does not exist
  284. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[21,44] cannot find symbol
  285. symbol: class BaseModuleActivator
  286. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[20,2] cannot find symbol
  287. symbol: class Controller
  288. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,17] cannot find symbol
  289. symbol: class Log
  290. location: class org.openmrs.module.cancermodule.CancermoduleActivator
  291. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[33,10] cannot find symbol
  292. symbol: class Authorized
  293. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  294. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[34,10] cannot find symbol
  295. symbol: class Transactional
  296. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  297. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[45,10] cannot find symbol
  298. symbol: class Authorized
  299. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  300. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[46,10] cannot find symbol
  301. symbol: class Transactional
  302. location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  303. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[32,10] cannot find symbol
  304. symbol: class Id
  305. location: class org.openmrs.module.cancermodule.Item
  306. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[33,10] cannot find symbol
  307. symbol: class GeneratedValue
  308. location: class org.openmrs.module.cancermodule.Item
  309. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[34,10] cannot find symbol
  310. symbol: class Column
  311. location: class org.openmrs.module.cancermodule.Item
  312. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[37,10] cannot find symbol
  313. symbol: class ManyToOne
  314. location: class org.openmrs.module.cancermodule.Item
  315. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[38,10] cannot find symbol
  316. symbol: class JoinColumn
  317. location: class org.openmrs.module.cancermodule.Item
  318. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[41,10] cannot find symbol
  319. symbol: class Basic
  320. location: class org.openmrs.module.cancermodule.Item
  321. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[42,10] cannot find symbol
  322. symbol: class Column
  323. location: class org.openmrs.module.cancermodule.Item
  324. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[45,9] method does not override or implement a method from a supertype
  325. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[50,9] method does not override or implement a method from a supertype
  326. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[55,9] method does not override or implement a method from a supertype
  327. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[57,24] cannot find symbol
  328. symbol: variable super
  329. location: class org.openmrs.module.cancermodule.Item
  330. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[60,9] method does not override or implement a method from a supertype
  331. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[62,17] cannot find symbol
  332. symbol: variable super
  333. location: class org.openmrs.module.cancermodule.Item
  334. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,49] cannot find symbol
  335. symbol: method getClass()
  336. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[28,9] method does not override or implement a method from a supertype
  337. [INFO] 57 errors
  338. [INFO] -------------------------------------------------------------
  339. [INFO] ------------------------------------------------------------------------
  340. [INFO] Reactor Summary for Basicexample 1.0.0-SNAPSHOT:
  341. [INFO]
  342. [INFO] Basicexample ....................................... SUCCESS [ 1.789 s]
  343. [INFO] Basicexample API ................................... SUCCESS [ 8.815 s]
  344. [INFO] Basicexample OMOD .................................. SUCCESS [ 3.499 s]
  345. [INFO] Cancermodule ....................................... SUCCESS [ 0.013 s]
  346. [INFO] Cancermodule API ................................... FAILURE [ 0.925 s]
  347. [INFO] Cancermodule OMOD .................................. SKIPPED
  348. [INFO] ------------------------------------------------------------------------
  349. [INFO] BUILD FAILURE
  350. [INFO] ------------------------------------------------------------------------
  351. [INFO] Total time: 15.908 s
  352. [INFO] Finished at: 2019-12-06T14:36:35+05:30
  353. [INFO] ------------------------------------------------------------------------
  354. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cancermodule-api: Compilation failure: Compilation failure:
  355. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[12,30] package org.openmrs.annotation does not exist
  356. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[13,23] package org.openmrs.api does not exist
  357. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[14,23] package org.openmrs.api does not exist
  358. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[17,50] package org.springframework.transaction.annotation does not exist
  359. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[23,46] cannot find symbol
  360. [ERROR] symbol: class OpenmrsService
  361. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[12,19] cannot find symbol
  362. [ERROR] symbol: class BaseOpenmrsData
  363. [ERROR] location: package org.openmrs
  364. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[13,19] cannot find symbol
  365. [ERROR] symbol: class User
  366. [ERROR] location: package org.openmrs
  367. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[15,25] package javax.persistence does not exist
  368. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[16,25] package javax.persistence does not exist
  369. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[17,25] package javax.persistence does not exist
  370. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[18,25] package javax.persistence does not exist
  371. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[19,25] package javax.persistence does not exist
  372. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[20,25] package javax.persistence does not exist
  373. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[21,25] package javax.persistence does not exist
  374. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[22,25] package javax.persistence does not exist
  375. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[30,27] cannot find symbol
  376. [ERROR] symbol: class BaseOpenmrsData
  377. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[35,48] cannot find symbol
  378. [ERROR] symbol: class APIException
  379. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  380. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[47,41] cannot find symbol
  381. [ERROR] symbol: class APIException
  382. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  383. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[39,17] cannot find symbol
  384. [ERROR] symbol: class User
  385. [ERROR] location: class org.openmrs.module.cancermodule.Item
  386. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[65,16] cannot find symbol
  387. [ERROR] symbol: class User
  388. [ERROR] location: class org.openmrs.module.cancermodule.Item
  389. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[69,30] cannot find symbol
  390. [ERROR] symbol: class User
  391. [ERROR] location: class org.openmrs.module.cancermodule.Item
  392. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[12,23] package org.openmrs.api does not exist
  393. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[13,23] package org.openmrs.api does not exist
  394. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[14,28] package org.openmrs.api.impl does not exist
  395. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[19,46] cannot find symbol
  396. [ERROR] symbol: class BaseOpenmrsService
  397. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[12,38] package org.springframework.stereotype does not exist
  398. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[14,2] cannot find symbol
  399. [ERROR] symbol: class Repository
  400. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[23,9] cannot find symbol
  401. [ERROR] symbol: class UserService
  402. [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  403. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[27,55] cannot find symbol
  404. [ERROR] symbol: class APIException
  405. [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  406. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[32,48] cannot find symbol
  407. [ERROR] symbol: class APIException
  408. [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
  409. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[12,38] package org.springframework.stereotype does not exist
  410. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[17,2] cannot find symbol
  411. [ERROR] symbol: class Component
  412. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[12,34] package org.apache.commons.logging does not exist
  413. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[13,26] cannot find symbol
  414. [ERROR] symbol: class BaseModuleActivator
  415. [ERROR] location: package org.openmrs.module
  416. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[14,38] package org.springframework.stereotype does not exist
  417. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[21,44] cannot find symbol
  418. [ERROR] symbol: class BaseModuleActivator
  419. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[20,2] cannot find symbol
  420. [ERROR] symbol: class Controller
  421. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,17] cannot find symbol
  422. [ERROR] symbol: class Log
  423. [ERROR] location: class org.openmrs.module.cancermodule.CancermoduleActivator
  424. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[33,10] cannot find symbol
  425. [ERROR] symbol: class Authorized
  426. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  427. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[34,10] cannot find symbol
  428. [ERROR] symbol: class Transactional
  429. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  430. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[45,10] cannot find symbol
  431. [ERROR] symbol: class Authorized
  432. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  433. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[46,10] cannot find symbol
  434. [ERROR] symbol: class Transactional
  435. [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
  436. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[32,10] cannot find symbol
  437. [ERROR] symbol: class Id
  438. [ERROR] location: class org.openmrs.module.cancermodule.Item
  439. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[33,10] cannot find symbol
  440. [ERROR] symbol: class GeneratedValue
  441. [ERROR] location: class org.openmrs.module.cancermodule.Item
  442. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[34,10] cannot find symbol
  443. [ERROR] symbol: class Column
  444. [ERROR] location: class org.openmrs.module.cancermodule.Item
  445. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[37,10] cannot find symbol
  446. [ERROR] symbol: class ManyToOne
  447. [ERROR] location: class org.openmrs.module.cancermodule.Item
  448. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[38,10] cannot find symbol
  449. [ERROR] symbol: class JoinColumn
  450. [ERROR] location: class org.openmrs.module.cancermodule.Item
  451. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[41,10] cannot find symbol
  452. [ERROR] symbol: class Basic
  453. [ERROR] location: class org.openmrs.module.cancermodule.Item
  454. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[42,10] cannot find symbol
  455. [ERROR] symbol: class Column
  456. [ERROR] location: class org.openmrs.module.cancermodule.Item
  457. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[45,9] method does not override or implement a method from a supertype
  458. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[50,9] method does not override or implement a method from a supertype
  459. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[55,9] method does not override or implement a method from a supertype
  460. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[57,24] cannot find symbol
  461. [ERROR] symbol: variable super
  462. [ERROR] location: class org.openmrs.module.cancermodule.Item
  463. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[60,9] method does not override or implement a method from a supertype
  464. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[62,17] cannot find symbol
  465. [ERROR] symbol: variable super
  466. [ERROR] location: class org.openmrs.module.cancermodule.Item
  467. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,49] cannot find symbol
  468. [ERROR] symbol: method getClass()
  469. [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[28,9] method does not override or implement a method from a supertype
  470. [ERROR] -> [Help 1]
  471. [ERROR]
  472. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  473. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  474. [ERROR]
  475. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  476. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  477. [ERROR]
  478. [ERROR] After correcting the problems, you can resume the build with the command
  479. [ERROR] mvn <goals> -rf :cancermodule-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement