Advertisement
Guest User

Untitled

a guest
Oct 8th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.22 KB | None | 0 0
  1.  
  2. C:\Users\Insookwa\openmrs-distro-referenceapplication>mvn clean install
  3. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------< org.openmrs.contrib:qaframework >-------------------
  7. [INFO] Building OpenMRS QA Framework 1.0-SNAPSHOT
  8. [INFO] --------------------------------[ jar ]---------------------------------
  9. [INFO]
  10. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qaframework ---
  11. [INFO]
  12. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ qaframework ---
  13. [INFO] Using 'UTF-8' encoding to format source files.
  14. [INFO] Number of files to be formatted: 10
  15. [INFO] Successfully formatted: 0 file(s)
  16. [INFO] Fail to format        : 0 file(s)
  17. [INFO] Skipped               : 10 file(s)
  18. [INFO] Approximate time taken: 1s
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qaframework ---
  21. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  22. [INFO] skip non existing resourceDirectory C:\Users\Insookwa\openmrs-distro-referenceapplication\src\main\resources
  23. [INFO]
  24. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qaframework ---
  25. [INFO] No sources to compile
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qaframework ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] Copying 10 resources
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qaframework ---
  32. [INFO] Changes detected - recompiling the module!
  33. [INFO] Compiling 10 source files to C:\Users\Insookwa\openmrs-distro-referenceapplication\target\test-classes
  34. [INFO] -------------------------------------------------------------
  35. [ERROR] COMPILATION ERROR :
  36. [INFO] -------------------------------------------------------------
  37. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/StylesGuideSteps.java:[22,77] cannot find symbol
  38.   symbol:   method getLocation()
  39.   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  40. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[59,60] cannot find symbol
  41.   symbol:   method getLocation()
  42.   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  43. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[83,77] cannot find symbol
  44.   symbol:   method getLocation()
  45.   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  46. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/ConditionsSteps.java:[23,77] cannot find symbol
  47.   symbol:   method getLocation()
  48.   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  49. [INFO] 4 errors
  50. [INFO] -------------------------------------------------------------
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] BUILD FAILURE
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO] Total time:  27.392 s
  55. [INFO] Finished at: 2020-10-08T10:49:36+02:00
  56. [INFO] ------------------------------------------------------------------------
  57. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project qaframework: Compilation failure: Compilation failure:
  58. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/StylesGuideSteps.java:[22,77] cannot find symbol
  59. [ERROR]   symbol:   method getLocation()
  60. [ERROR]   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  61. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[59,60] cannot find symbol
  62. [ERROR]   symbol:   method getLocation()
  63. [ERROR]   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  64. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/LoginSteps.java:[83,77] cannot find symbol
  65. [ERROR]   symbol:   method getLocation()
  66. [ERROR]   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  67. [ERROR] /C:/Users/Insookwa/openmrs-distro-referenceapplication/src/test/java/org/openmrs/contrib/qaframework/automation/ConditionsSteps.java:[23,77] cannot find symbol
  68. [ERROR]   symbol:   method getLocation()
  69. [ERROR]   location: variable testProperties of type org.openmrs.uitestframework.page.TestProperties
  70. [ERROR] -> [Help 1]
  71. [ERROR]
  72. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  73. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  74. [ERROR]
  75. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  76. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  77.  
  78. C:\Users\Insookwa\openmrs-distro-referenceapplication>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement