Advertisement
Suubi7

Ui Test framework compile

Mar 16th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 KB | None | 0 0
  1.  
  2. @suubi7 | 12:19:13.02 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > 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. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:uitestframework:jar:2.4.0-SNAPSHOT
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 125, column 21
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO]
  14. [INFO] ----------------< org.openmrs.contrib:uitestframework >-----------------
  15. [INFO] Building UI Test Framework 2.4.0-SNAPSHOT
  16. [INFO] --------------------------------[ jar ]---------------------------------
  17. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
  18. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.9/byte-buddy-1.10.9.jar
  19. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar (780 kB at 46 kB/s)
  20. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/bytebuddy/byte-buddy/1.10.9/byte-buddy-1.10.9.jar (3.4 MB at 71 kB/s)
  21. [INFO]
  22. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uitestframework ---
  23. [INFO]
  24. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uitestframework ---
  25. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  26. [INFO] Copying 5 resources
  27. [INFO]
  28. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uitestframework ---
  29. [INFO] Changes detected - recompiling the module!
  30. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  31. [INFO] Compiling 8 source files to C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\classes
  32. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Some input files use or override a deprecated API.
  33. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Recompile with -Xlint:deprecation for details.
  34. [INFO]
  35. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uitestframework ---
  36. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  37. [INFO] skip non existing resourceDirectory C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\src\test\resources
  38. [INFO]
  39. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ uitestframework ---
  40. [INFO] No sources to compile
  41. [INFO]
  42. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ uitestframework ---
  43. [INFO] No tests to run.
  44. [INFO]
  45. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ uitestframework ---
  46. [INFO] Building jar: C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar
  47. [INFO]
  48. [INFO] --- maven-install-plugin:2.4:install (default-install) @ uitestframework ---
  49. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.jar
  50. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\pom.xml to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.pom
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] BUILD SUCCESS
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO] Total time: 01:46 min
  55. [INFO] Finished at: 2021-03-16T12:21:19+03:00
  56. [INFO] ------------------------------------------------------------------------
  57.  
  58. @suubi7 | 12:21:20.24 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > mvn compile
  59. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  60. [INFO] Scanning for projects...
  61. [WARNING]
  62. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:uitestframework:jar:2.4.0-SNAPSHOT
  63. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 125, column 21
  64. [WARNING]
  65. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  66. [WARNING]
  67. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  68. [WARNING]
  69. [INFO]
  70. [INFO] ----------------< org.openmrs.contrib:uitestframework >-----------------
  71. [INFO] Building UI Test Framework 2.4.0-SNAPSHOT
  72. [INFO] --------------------------------[ jar ]---------------------------------
  73. [INFO]
  74. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uitestframework ---
  75. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  76. [INFO] Copying 5 resources
  77. [INFO]
  78. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uitestframework ---
  79. [INFO] Nothing to compile - all classes are up to date
  80. [INFO] ------------------------------------------------------------------------
  81. [INFO] BUILD SUCCESS
  82. [INFO] ------------------------------------------------------------------------
  83. [INFO] Total time: 15.751 s
  84. [INFO] Finished at: 2021-03-16T12:50:34+03:00
  85. [INFO] ------------------------------------------------------------------------
  86.  
  87. @suubi7 | 12:50:34.91 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > git checkout -b RATEST-93
  88. Switched to a new branch 'RATEST-93'
  89.  
  90. @suubi7 | 14:19:26.41 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > git branch
  91. * RATEST-93
  92. master
  93.  
  94. @suubi7 | 14:19:41.68 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > mvn clea install
  95. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  96. [INFO] Scanning for projects...
  97. [WARNING]
  98. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:uitestframework:jar:2.4.0-SNAPSHOT
  99. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 125, column 21
  100. [WARNING]
  101. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  102. [WARNING]
  103. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  104. [WARNING]
  105. [INFO]
  106. [INFO] ----------------< org.openmrs.contrib:uitestframework >-----------------
  107. [INFO] Building UI Test Framework 2.4.0-SNAPSHOT
  108. [INFO] --------------------------------[ jar ]---------------------------------
  109. [INFO] ------------------------------------------------------------------------
  110. [INFO] BUILD FAILURE
  111. [INFO] ------------------------------------------------------------------------
  112. [INFO] Total time: 0.361 s
  113. [INFO] Finished at: 2021-03-16T14:50:10+03:00
  114. [INFO] ------------------------------------------------------------------------
  115. [ERROR] Unknown lifecycle phase "clea". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
  116. [ERROR]
  117. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  118. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  119. [ERROR]
  120. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  121. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
  122.  
  123. @suubi7 | 14:50:10.48 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework > mvn clean install
  124. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  125. [INFO] Scanning for projects...
  126. [WARNING]
  127. [WARNING] Some problems were encountered while building the effective model for org.openmrs.contrib:uitestframework:jar:2.4.0-SNAPSHOT
  128. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 125, column 21
  129. [WARNING]
  130. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  131. [WARNING]
  132. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  133. [WARNING]
  134. [INFO]
  135. [INFO] ----------------< org.openmrs.contrib:uitestframework >-----------------
  136. [INFO] Building UI Test Framework 2.4.0-SNAPSHOT
  137. [INFO] --------------------------------[ jar ]---------------------------------
  138. [INFO]
  139. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uitestframework ---
  140. [INFO] Deleting C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target
  141. [INFO]
  142. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uitestframework ---
  143. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  144. [INFO] Copying 5 resources
  145. [INFO]
  146. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uitestframework ---
  147. [INFO] Changes detected - recompiling the module!
  148. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  149. [INFO] Compiling 8 source files to C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\classes
  150. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Some input files use or override a deprecated API.
  151. [WARNING] /C:/Users/Suubi-Joshua/openmrs-contrib-uitestframework/src/main/java/org/openmrs/uitestframework/page/Page.java: Recompile with -Xlint:deprecation for details.
  152. [INFO]
  153. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uitestframework ---
  154. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  155. [INFO] skip non existing resourceDirectory C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\src\test\resources
  156. [INFO]
  157. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ uitestframework ---
  158. [INFO] No sources to compile
  159. [INFO]
  160. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ uitestframework ---
  161. [INFO] No tests to run.
  162. [INFO]
  163. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ uitestframework ---
  164. [INFO] Building jar: C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar
  165. [INFO]
  166. [INFO] --- maven-install-plugin:2.4:install (default-install) @ uitestframework ---
  167. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\target\uitestframework-2.4.0-SNAPSHOT.jar to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.jar
  168. [INFO] Installing C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework\pom.xml to C:\Users\Suubi-Joshua\.m2\repository\org\openmrs\contrib\uitestframework\2.4.0-SNAPSHOT\uitestframework-2.4.0-SNAPSHOT.pom
  169. [INFO] ------------------------------------------------------------------------
  170. [INFO] BUILD SUCCESS
  171. [INFO] ------------------------------------------------------------------------
  172. [INFO] Total time: 15.351 s
  173. [INFO] Finished at: 2021-03-16T14:50:41+03:00
  174. [INFO] ------------------------------------------------------------------------
  175.  
  176. @suubi7 | 14:50:42.11 | C:\Users\Suubi-Joshua\openmrs-contrib-uitestframework >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement