Advertisement
Guest User

Build Failure - Referencemetadata module

a guest
Jun 28th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.74 KB | None | 0 0
  1. [INFO]
  2. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ referencemetadata-api ---
  3. [INFO] Deleting D:\PARTH\healthcare\modules\openmrs-module-referencemetadata-referencemetadata-2.3.1\api\target
  4. [INFO]
  5. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ referencemetadata-api ---
  6. [debug] execute contextualize
  7. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  8. [INFO] Copying 16 resources
  9. [INFO]
  10. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ referencemetadata-api ---
  11. [INFO] Compiling 7 source files to D:\PARTH\healthcare\modules\openmrs-module-referencemetadata-referencemetadata-2.3.1\api\target\classes
  12. [INFO] -------------------------------------------------------------
  13. [ERROR] COMPILATION ERROR :
  14. [INFO] -------------------------------------------------------------
  15. [ERROR] \PARTH\healthcare\modules\openmrs-module-referencemetadata-referencemetadata-2.3.1\api\src\main\java\org\openmrs\module\referencemetadata\ReferenceMetadataActivator.java:[136,25] error: cannot find symbol
  16. [INFO] 1 error
  17. [INFO] -------------------------------------------------------------
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Reactor Summary:
  20. [INFO]
  21. [INFO] Reference Metadata Module ......................... SUCCESS [0.634s]
  22. [INFO] Reference Metadata Module API ..................... FAILURE [44.116s]
  23. [INFO] Reference Metadata Module OMOD .................... SKIPPED
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] BUILD FAILURE
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 49.695s
  28. [INFO] Finished at: Tue Jun 28 10:46:55 IST 2016
  29. [INFO] Final Memory: 27M/63M
  30. [INFO] ------------------------------------------------------------------------
  31. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project referencemetadata-api: Compilation failure
  32. [ERROR] \PARTH\healthcare\modules\openmrs-module-referencemetadata-referencemetadata-2.3.1\api\src\main\java\org\openmrs\module\referencemetadata\ReferenceMetadataActivator.java:[136,25] error: cannot find symbol
  33. [ERROR] -> [Help 1]
  34. [ERROR]
  35. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  37. [ERROR]
  38. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  39. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  40. [ERROR]
  41. [ERROR] After correcting the problems, you can resume the build with the command
  42. [ERROR]   mvn <goals> -rf :referencemetadata-api
  43.  
  44. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement