Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mvn clean install
- [INFO] Scanning for projects...
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule-api:jar:1.0.0-SNAPSHOT
- [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
- [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
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule-omod:jar:1.0.0-SNAPSHOT
- [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
- [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
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:cancermodule:pom:1.0.0-SNAPSHOT
- [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
- [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
- [WARNING]
- [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
- [WARNING]
- [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
- [WARNING]
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] Basicexample [pom]
- [INFO] Basicexample API [jar]
- [INFO] Basicexample OMOD [jar]
- [INFO] Cancermodule [pom]
- [INFO] Cancermodule API [jar]
- [INFO] Cancermodule OMOD [jar]
- [INFO]
- [INFO] ------------------< org.openmrs.module:basicexample >-------------------
- [INFO] Building Basicexample 1.0.0-SNAPSHOT [1/6]
- [INFO] --------------------------------[ pom ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample ---
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample ---
- [INFO] Checking for local modifications: skipped.
- [INFO] Updating project files from SCM: skipped.
- [INFO] ShortRevision tag detected. The value is '6'.
- [INFO] Executing: /bin/sh -c cd /home/nptel/eclipse-workspace/basicexample && git rev-parse --verify --short=6 HEAD
- [INFO] Working directory: /home/nptel/eclipse-workspace/basicexample
- [INFO] Storing buildNumber: dbb7a7 at timestamp: 1575623181278
- [INFO] ShortRevision tag detected. The value is '6'.
- [INFO] Executing: /bin/sh -c cd /home/nptel/eclipse-workspace/basicexample && git rev-parse --verify --short=6 HEAD
- [INFO] Working directory: /home/nptel/eclipse-workspace/basicexample
- [INFO] Storing buildScmBranch: UNKNOWN
- [INFO]
- [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 0
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample ---
- [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
- [INFO]
- [INFO] ----------------< org.openmrs.module:basicexample-api >-----------------
- [INFO] Building Basicexample API 1.0.0-SNAPSHOT [2/6]
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample-api ---
- [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/api/target
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample-api ---
- [INFO]
- [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample-api ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 8
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format : 0 file(s)
- [INFO] Skipped : 8 file(s)
- [INFO] Approximate time taken: 1s
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basicexample-api ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 5 resources
- [INFO] Copying 0 resource
- [INFO] skip non existing resourceDirectory /home/nptel/eclipse-workspace/basicexample/api/src/main/webapp
- [INFO] skip non existing resourceDirectory /home/nptel/eclipse-workspace/basicexample/api/src/main/webapp
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basicexample-api ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 6 source files to /home/nptel/eclipse-workspace/basicexample/api/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basicexample-api ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 0 resource
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basicexample-api ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 2 source files to /home/nptel/eclipse-workspace/basicexample/api/target/test-classes
- [INFO]
- [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basicexample-api ---
- [INFO] Surefire report directory: /home/nptel/eclipse-workspace/basicexample/api/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running org.openmrs.module.basicexample.api.dao.BasicexampleDaoTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.96 sec
- Running org.openmrs.module.basicexample.BasicexampleServiceTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
- Results :
- Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
- [INFO]
- [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ basicexample-api ---
- [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ basicexample-api ---
- [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/api/target/basicexample-api-1.0.0-SNAPSHOT-tests.jar
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample-api ---
- [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
- [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
- [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
- [INFO]
- [INFO] ----------------< org.openmrs.module:basicexample-omod >----------------
- [INFO] Building Basicexample OMOD 1.0.0-SNAPSHOT [3/6]
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ basicexample-omod ---
- [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/omod/target
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ basicexample-omod ---
- [INFO]
- [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ basicexample-omod ---
- [INFO] Using 'UTF-8' encoding to format source files.
- [INFO] Number of files to be formatted: 3
- [INFO] Successfully formatted: 0 file(s)
- [INFO] Fail to format : 0 file(s)
- [INFO] Skipped : 3 file(s)
- [INFO] Approximate time taken: 0s
- [INFO]
- [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ basicexample-omod ---
- [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 ""
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ basicexample-omod ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 2 resources
- [INFO] Copying 0 resource
- [INFO] Copying 0 resource to web/module
- [INFO] Copying 1 resource to web/module
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ basicexample-omod ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 2 source files to /home/nptel/eclipse-workspace/basicexample/omod/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ basicexample-omod ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 0 resource
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ basicexample-omod ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 1 source file to /home/nptel/eclipse-workspace/basicexample/omod/target/test-classes
- [INFO]
- [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ basicexample-omod ---
- [INFO] Surefire report directory: /home/nptel/eclipse-workspace/basicexample/omod/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running org.openmrs.module.basicexample.AdminListExtensionTest
- Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
- Results :
- Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ basicexample-omod ---
- [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ basicexample-omod ---
- [INFO] Packaging OpenMRS module
- [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT.omod
- [INFO]
- [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ basicexample-omod ---
- [INFO] Building jar: /home/nptel/eclipse-workspace/basicexample/omod/target/basicexample-1.0.0-SNAPSHOT-tests.jar
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ basicexample-omod ---
- [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
- [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
- [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
- [INFO]
- [INFO] ------------------< org.openmrs.module:cancermodule >-------------------
- [INFO] Building Cancermodule 1.0.0-SNAPSHOT [4/6]
- [INFO] --------------------------------[ pom ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cancermodule ---
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ cancermodule ---
- [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
- [INFO]
- [INFO] ----------------< org.openmrs.module:cancermodule-api >-----------------
- [INFO] Building Cancermodule API 1.0.0-SNAPSHOT [5/6]
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cancermodule-api ---
- [INFO] Deleting /home/nptel/eclipse-workspace/basicexample/cancermodule/api/target
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cancermodule-api ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 5 resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cancermodule-api ---
- [INFO] Changes detected - recompiling the module!
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [INFO] Compiling 6 source files to /home/nptel/eclipse-workspace/basicexample/cancermodule/api/target/classes
- [INFO] -------------------------------------------------------------
- [WARNING] COMPILATION WARNING :
- [INFO] -------------------------------------------------------------
- [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.
- [WARNING] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java: Recompile with -Xlint:deprecation for details.
- [INFO] 2 warnings
- [INFO] -------------------------------------------------------------
- [INFO] -------------------------------------------------------------
- [ERROR] COMPILATION ERROR :
- [INFO] -------------------------------------------------------------
- [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
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[23,46] cannot find symbol
- symbol: class OpenmrsService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[12,19] cannot find symbol
- symbol: class BaseOpenmrsData
- location: package org.openmrs
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[13,19] cannot find symbol
- symbol: class User
- location: package org.openmrs
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[30,27] cannot find symbol
- symbol: class BaseOpenmrsData
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[35,48] cannot find symbol
- symbol: class APIException
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[47,41] cannot find symbol
- symbol: class APIException
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[39,17] cannot find symbol
- symbol: class User
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[65,16] cannot find symbol
- symbol: class User
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[69,30] cannot find symbol
- symbol: class User
- location: class org.openmrs.module.cancermodule.Item
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[19,46] cannot find symbol
- symbol: class BaseOpenmrsService
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[14,2] cannot find symbol
- symbol: class Repository
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[23,9] cannot find symbol
- symbol: class UserService
- location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[27,55] cannot find symbol
- symbol: class APIException
- location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[32,48] cannot find symbol
- symbol: class APIException
- location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[17,2] cannot find symbol
- symbol: class Component
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[13,26] cannot find symbol
- symbol: class BaseModuleActivator
- location: package org.openmrs.module
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[21,44] cannot find symbol
- symbol: class BaseModuleActivator
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[20,2] cannot find symbol
- symbol: class Controller
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,17] cannot find symbol
- symbol: class Log
- location: class org.openmrs.module.cancermodule.CancermoduleActivator
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[33,10] cannot find symbol
- symbol: class Authorized
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[34,10] cannot find symbol
- symbol: class Transactional
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[45,10] cannot find symbol
- symbol: class Authorized
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[46,10] cannot find symbol
- symbol: class Transactional
- location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[32,10] cannot find symbol
- symbol: class Id
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[33,10] cannot find symbol
- symbol: class GeneratedValue
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[34,10] cannot find symbol
- symbol: class Column
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[37,10] cannot find symbol
- symbol: class ManyToOne
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[38,10] cannot find symbol
- symbol: class JoinColumn
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[41,10] cannot find symbol
- symbol: class Basic
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[42,10] cannot find symbol
- symbol: class Column
- location: class org.openmrs.module.cancermodule.Item
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[57,24] cannot find symbol
- symbol: variable super
- location: class org.openmrs.module.cancermodule.Item
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[62,17] cannot find symbol
- symbol: variable super
- location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,49] cannot find symbol
- symbol: method getClass()
- [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
- [INFO] 57 errors
- [INFO] -------------------------------------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary for Basicexample 1.0.0-SNAPSHOT:
- [INFO]
- [INFO] Basicexample ....................................... SUCCESS [ 1.789 s]
- [INFO] Basicexample API ................................... SUCCESS [ 8.815 s]
- [INFO] Basicexample OMOD .................................. SUCCESS [ 3.499 s]
- [INFO] Cancermodule ....................................... SUCCESS [ 0.013 s]
- [INFO] Cancermodule API ................................... FAILURE [ 0.925 s]
- [INFO] Cancermodule OMOD .................................. SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 15.908 s
- [INFO] Finished at: 2019-12-06T14:36:35+05:30
- [INFO] ------------------------------------------------------------------------
- [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:
- [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
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[23,46] cannot find symbol
- [ERROR] symbol: class OpenmrsService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[12,19] cannot find symbol
- [ERROR] symbol: class BaseOpenmrsData
- [ERROR] location: package org.openmrs
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[13,19] cannot find symbol
- [ERROR] symbol: class User
- [ERROR] location: package org.openmrs
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[30,27] cannot find symbol
- [ERROR] symbol: class BaseOpenmrsData
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[35,48] cannot find symbol
- [ERROR] symbol: class APIException
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[47,41] cannot find symbol
- [ERROR] symbol: class APIException
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[39,17] cannot find symbol
- [ERROR] symbol: class User
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[65,16] cannot find symbol
- [ERROR] symbol: class User
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[69,30] cannot find symbol
- [ERROR] symbol: class User
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[19,46] cannot find symbol
- [ERROR] symbol: class BaseOpenmrsService
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/dao/CancermoduleDao.java:[14,2] cannot find symbol
- [ERROR] symbol: class Repository
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[23,9] cannot find symbol
- [ERROR] symbol: class UserService
- [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[27,55] cannot find symbol
- [ERROR] symbol: class APIException
- [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/impl/CancermoduleServiceImpl.java:[32,48] cannot find symbol
- [ERROR] symbol: class APIException
- [ERROR] location: class org.openmrs.module.cancermodule.api.impl.CancermoduleServiceImpl
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleConfig.java:[17,2] cannot find symbol
- [ERROR] symbol: class Component
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[13,26] cannot find symbol
- [ERROR] symbol: class BaseModuleActivator
- [ERROR] location: package org.openmrs.module
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[21,44] cannot find symbol
- [ERROR] symbol: class BaseModuleActivator
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[20,2] cannot find symbol
- [ERROR] symbol: class Controller
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,17] cannot find symbol
- [ERROR] symbol: class Log
- [ERROR] location: class org.openmrs.module.cancermodule.CancermoduleActivator
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[33,10] cannot find symbol
- [ERROR] symbol: class Authorized
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[34,10] cannot find symbol
- [ERROR] symbol: class Transactional
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[45,10] cannot find symbol
- [ERROR] symbol: class Authorized
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/api/CancermoduleService.java:[46,10] cannot find symbol
- [ERROR] symbol: class Transactional
- [ERROR] location: interface org.openmrs.module.cancermodule.api.CancermoduleService
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[32,10] cannot find symbol
- [ERROR] symbol: class Id
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[33,10] cannot find symbol
- [ERROR] symbol: class GeneratedValue
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[34,10] cannot find symbol
- [ERROR] symbol: class Column
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[37,10] cannot find symbol
- [ERROR] symbol: class ManyToOne
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[38,10] cannot find symbol
- [ERROR] symbol: class JoinColumn
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[41,10] cannot find symbol
- [ERROR] symbol: class Basic
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[42,10] cannot find symbol
- [ERROR] symbol: class Column
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [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
- [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
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[57,24] cannot find symbol
- [ERROR] symbol: variable super
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [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
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/Item.java:[62,17] cannot find symbol
- [ERROR] symbol: variable super
- [ERROR] location: class org.openmrs.module.cancermodule.Item
- [ERROR] /home/nptel/eclipse-workspace/basicexample/cancermodule/api/src/main/java/org/openmrs/module/cancermodule/CancermoduleActivator.java:[23,49] cannot find symbol
- [ERROR] symbol: method getClass()
- [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
- [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/MojoFailureException
- [ERROR]
- [ERROR] After correcting the problems, you can resume the build with the command
- [ERROR] mvn <goals> -rf :cancermodule-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement