Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.16 KB | None | 0 0
  1. C:\WINDOWS\system32>mvn openmrs-sdk:run -DserverId=server1
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Maven Stub Project (No POM) 1
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO]
  9. [INFO] --- openmrs-sdk-maven-plugin:3.13.0:run (default-cli) @ standalone-pom ---
  10.  
  11. Checking if port 8087 is in use... [free]
  12. Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T08:58:13+01:00)
  13. Maven home: C:\Program Files\apache-maven-3.5.2-bin\apache-maven-3.5.2\bin\..
  14. Java version: 1.8.0_161, vendor: Oracle Corporation
  15. Java home: C:\Program Files\Java\jdk1.8.0_161\jre
  16. Default locale: pt_PT, platform encoding: Cp1252
  17. OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
  18. [INFO] Scanning for projects...
  19. [WARNING]
  20. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:coreapps-omod:jar:1.20.0-SNAPSHOT
  21. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ org.openmrs.module:coreapps-omod:[unknown-version], C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\omod\pom.xml, line 417, column 21
  22. [WARNING] 'build.plugins.plugin.version' for de.saumya.mojo:gem-maven-plugin is missing. @ org.openmrs.module:coreapps-omod:[unknown-version], C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\omod\pom.xml, line 443, column 21
  23. [WARNING]
  24. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  25. [WARNING]
  26. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  27. [WARNING]
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Reactor Build Order:
  30. [INFO]
  31. [INFO] Core Apps Module
  32. [INFO] Core Apps Module API
  33. [INFO] coreapps Module web 1.9
  34. [INFO] coreapps Module web 2.0
  35. [INFO] Core Apps Module OMOD
  36. [INFO] openmrs-sdk-watched-projects-server1
  37. [INFO]
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] Building Core Apps Module 1.20.0-SNAPSHOT
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO]
  42. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps ---
  43. [INFO]
  44. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps ---
  45. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\pom.xml to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps\1.20.0-SNAPSHOT\coreapps-1.20.0-SNAPSHOT.pom
  46. [INFO]
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] Building Core Apps Module API 1.20.0-SNAPSHOT
  49. [INFO] ------------------------------------------------------------------------
  50. [INFO]
  51. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-api ---
  52. [INFO] Deleting C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\target
  53. [INFO]
  54. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-api ---
  55. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  56. [INFO] Copying 22 resources
  57. [INFO]
  58. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-api ---
  59. [INFO] Changes detected - recompiling the module!
  60. [INFO] Compiling 19 source files to C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\target\classes
  61. [WARNING] /C:/Users/Hugo/openmrs/server1/watched-projects/coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Some input files use or override a deprecated API.
  62. [WARNING] /C:/Users/Hugo/openmrs/server1/watched-projects/coreapps/api/src/main/java/org/openmrs/module/coreapps/CoreAppsProperties.java: Recompile with -Xlint:deprecation for details.
  63. [WARNING] /C:/Users/Hugo/openmrs/server1/watched-projects/coreapps/api/src/main/java/org/openmrs/module/coreapps/parser/ParseEncounterToJson.java: Some input files use unchecked or unsafe operations.
  64. [WARNING] /C:/Users/Hugo/openmrs/server1/watched-projects/coreapps/api/src/main/java/org/openmrs/module/coreapps/parser/ParseEncounterToJson.java: Recompile with -Xlint:unchecked for details.
  65. [INFO]
  66. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-api ---
  67. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  68. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\src\test\resources
  69. [INFO]
  70. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-api ---
  71. [INFO] Changes detected - recompiling the module!
  72. [INFO] Compiling 4 source files to C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\target\test-classes
  73. [INFO]
  74. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-api ---
  75. [INFO] Tests are skipped.
  76. [INFO]
  77. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-api ---
  78. [INFO] Building jar: C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\target\coreapps-api-1.20.0-SNAPSHOT.jar
  79. [INFO]
  80. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-api ---
  81. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\target\coreapps-api-1.20.0-SNAPSHOT.jar to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-api\1.20.0-SNAPSHOT\coreapps-api-1.20.0-SNAPSHOT.jar
  82. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\api\pom.xml to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-api\1.20.0-SNAPSHOT\coreapps-api-1.20.0-SNAPSHOT.pom
  83. [INFO]
  84. [INFO] ------------------------------------------------------------------------
  85. [INFO] Building coreapps Module web 1.9 1.20.0-SNAPSHOT
  86. [INFO] ------------------------------------------------------------------------
  87. [INFO]
  88. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-1.9 ---
  89. [INFO] Deleting C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\target
  90. [INFO]
  91. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-1.9 ---
  92. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  93. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\src\main\resources
  94. [INFO]
  95. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-1.9 ---
  96. [INFO] Changes detected - recompiling the module!
  97. [INFO] Compiling 3 source files to C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\target\classes
  98. [INFO]
  99. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-1.9 ---
  100. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  101. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\src\test\resources
  102. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\src\test\resources
  103. [INFO]
  104. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-1.9 ---
  105. [INFO] No sources to compile
  106. [INFO]
  107. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-web-1.9 ---
  108. [INFO] Tests are skipped.
  109. [INFO]
  110. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-1.9 ---
  111. [INFO] Building jar: C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\target\coreapps-web-1.9-1.20.0-SNAPSHOT.jar
  112. [INFO]
  113. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-1.9 ---
  114. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\target\coreapps-web-1.9-1.20.0-SNAPSHOT.jar to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-web-1.9\1.20.0-SNAPSHOT\coreapps-web-1.9-1.20.0-SNAPSHOT.jar
  115. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-1.9\pom.xml to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-web-1.9\1.20.0-SNAPSHOT\coreapps-web-1.9-1.20.0-SNAPSHOT.pom
  116. [INFO]
  117. [INFO] ------------------------------------------------------------------------
  118. [INFO] Building coreapps Module web 2.0 1.20.0-SNAPSHOT
  119. [INFO] ------------------------------------------------------------------------
  120. [INFO]
  121. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-web-2.0 ---
  122. [INFO] Deleting C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\target
  123. [INFO]
  124. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ coreapps-web-2.0 ---
  125. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  126. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\src\main\resources
  127. [INFO]
  128. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ coreapps-web-2.0 ---
  129. [INFO] Changes detected - recompiling the module!
  130. [INFO] Compiling 3 source files to C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\target\classes
  131. [INFO]
  132. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ coreapps-web-2.0 ---
  133. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  134. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\src\test\resources
  135. [INFO] skip non existing resourceDirectory C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\src\test\resources
  136. [INFO]
  137. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ coreapps-web-2.0 ---
  138. [INFO] No sources to compile
  139. [INFO]
  140. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ coreapps-web-2.0 ---
  141. [INFO] Tests are skipped.
  142. [INFO]
  143. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ coreapps-web-2.0 ---
  144. [INFO] Building jar: C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\target\coreapps-web-2.0-1.20.0-SNAPSHOT.jar
  145. [INFO]
  146. [INFO] --- maven-install-plugin:2.4:install (default-install) @ coreapps-web-2.0 ---
  147. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\target\coreapps-web-2.0-1.20.0-SNAPSHOT.jar to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-web-2.0\1.20.0-SNAPSHOT\coreapps-web-2.0-1.20.0-SNAPSHOT.jar
  148. [INFO] Installing C:\Users\Hugo\openmrs\server1\watched-projects\coreapps\web-2.0\pom.xml to C:\Users\Hugo\.m2\repository\org\openmrs\module\coreapps-web-2.0\1.20.0-SNAPSHOT\coreapps-web-2.0-1.20.0-SNAPSHOT.pom
  149. [INFO]
  150. [INFO] ------------------------------------------------------------------------
  151. [INFO] Building Core Apps Module OMOD 1.20.0-SNAPSHOT
  152. [INFO] ------------------------------------------------------------------------
  153. [INFO]
  154. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ coreapps-omod ---
  155. [INFO]
  156. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ coreapps-omod ---
  157. [INFO]
  158. [INFO] --- frontend-maven-plugin:1.4:install-node-and-npm (install node and npm) @ coreapps-omod ---
  159. [INFO] Node v6.10.0 is already installed.
  160. [INFO]
  161. [INFO] --- frontend-maven-plugin:1.4:npm (npm install) @ coreapps-omod ---
  162. [INFO] Running 'npm install --no-optional' in C:\Users\Hugo\openmrs\server1\watched-projects\coreapps
  163. [WARNING] npm WARN deprecated babel-preset-es2015@6.24.1: Ð??? Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
  164. [WARNING] npm WARN deprecated datauri@0.5.5: Potential REDOS vulnerability removed in v1.1.0
  165. [WARNING] npm WARN deprecated mimer@0.2.3: Potential REDOS vulnerability fixed in v0.3.0
  166. [WARNING] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  167. [WARNING] npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
  168. [WARNING] npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  169. [WARNING] npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  170. [WARNING] npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
  171. [WARNING] npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
  172. [WARNING] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  173. [WARNING] npm WARN deprecated pangyp@2.3.3: use node-gyp@3+ instead
  174. [WARNING] npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  175. [WARNING] npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
  176. [WARNING] npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  177. [INFO]
  178. [INFO] --- frontend-maven-plugin:1.4:npm (npm run build) @ coreapps-omod ---
  179. [INFO] Running 'npm run build' in C:\Users\Hugo\openmrs\server1\watched-projects\coreapps
  180. [INFO]
  181. [INFO] > angularjs-coreapps@1.0.0 build C:\Users\Hugo\openmrs\server1\watched-projects\coreapps
  182. [INFO] > rimraf %npm_package_config_targetDir% && rimraf $npm_package_config_targetDir && karma start && webpack --progress --colors --env=prod
  183. [INFO]
  184. [INFO] webpack: wait until bundle finished:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement