Advertisement
Guest User

Untitled

a guest
May 13th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] OpenMRS UI Framework [pom]
  6. [INFO] OpenMRS UI Framework API [jar]
  7. [INFO] uiframework-omod-2.0 [jar]
  8. [INFO] OpenMRS UI Framework OMOD [jar]
  9. [INFO]
  10. [INFO] -------------------< org.openmrs.module:uiframework >-------------------
  11. [INFO] Building OpenMRS UI Framework 3.26.0-SNAPSHOT [1/4]
  12. [INFO] from pom.xml
  13. [INFO] --------------------------------[ pom ]---------------------------------
  14. [WARNING] Ignoring incompatible plugin version 4.0.0-beta-2: The plugin org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-2 requires Maven version 4.0.0-rc-2
  15. [INFO] Latest version of plugin org.apache.maven.plugins:maven-compiler-plugin failed compatibility check
  16. [INFO] Looking for compatible RELEASE version of plugin org.apache.maven.plugins:maven-compiler-plugin
  17. [WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-1 requires Maven version 4.0.0-beta-3
  18. [INFO] Selected plugin org.apache.maven.plugins:maven-compiler-plugin:3.14.0
  19. [INFO]
  20. [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework ---
  21. [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/target
  22. [INFO]
  23. [INFO] --- formatter:2.10.0:format (default) @ uiframework ---
  24. [INFO] Using 'UTF-8' encoding to format source files.
  25. [INFO] Number of files to be formatted: 207
  26. [INFO] Successfully formatted: 0 file(s)
  27. [INFO] Fail to format: 0 file(s)
  28. [INFO] Skipped: 207 file(s)
  29. [INFO] Read only skipped: 0 file(s)
  30. [INFO] Approximate time taken: 1s
  31. [INFO]
  32. [INFO] --- install:3.1.2:install (default-install) @ uiframework ---
  33. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework/3.26.0-SNAPSHOT/uiframework-3.26.0-SNAPSHOT.pom
  34. [INFO]
  35. [INFO] -----------------< org.openmrs.module:uiframework-api >-----------------
  36. [INFO] Building OpenMRS UI Framework API 3.26.0-SNAPSHOT [2/4]
  37. [INFO] from api/pom.xml
  38. [INFO] --------------------------------[ jar ]---------------------------------
  39. [INFO]
  40. [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-api ---
  41. [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target
  42. [INFO]
  43. [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-api ---
  44. [INFO] Copying 8 resources from src/main/resources to target/classes
  45. [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
  46. [INFO]
  47. [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-api ---
  48. [INFO] Recompiling the module because of changed source code.
  49. [INFO] Compiling 172 source files with javac [debug target 1.8] to target/classes
  50. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
  51. [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[43,78] non-varargs call of varargs method with inexact argument type for last parameter;
  52. cast to java.lang.Class<?> for a varargs call
  53. cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
  54. [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[44,81] non-varargs call of varargs method with inexact argument type for last parameter;
  55. cast to java.lang.Object for a varargs call
  56. cast to java.lang.Object[] for a non-varargs call and to suppress this warning
  57. [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[45,111] non-varargs call of varargs method with inexact argument type for last parameter;
  58. cast to java.lang.Class<?> for a varargs call
  59. cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
  60. [WARNING] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/NameSupportCompatibility.java:[46,75] non-varargs call of varargs method with inexact argument type for last parameter;
  61. cast to java.lang.Object for a varargs call
  62. cast to java.lang.Object[] for a non-varargs call and to suppress this warning
  63. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/UiUtils.java: Some input files use or override a deprecated API.
  64. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/UiUtils.java: Recompile with -Xlint:deprecation for details.
  65. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/page/PageContext.java: Some input files use unchecked or unsafe operations.
  66. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/main/java/org/openmrs/ui/framework/page/PageContext.java: Recompile with -Xlint:unchecked for details.
  67. [INFO]
  68. [INFO] --- formatter:2.10.0:format (default) @ uiframework-api ---
  69. [INFO] Using 'UTF-8' encoding to format source files.
  70. [INFO] Number of files to be formatted: 197
  71. [INFO] Successfully formatted: 0 file(s)
  72. [INFO] Fail to format: 0 file(s)
  73. [INFO] Skipped: 197 file(s)
  74. [INFO] Read only skipped: 0 file(s)
  75. [INFO] Approximate time taken: 0s
  76. [INFO]
  77. [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-api ---
  78. [INFO] Copying 3 resources from src/test/resources to target/test-classes
  79. [INFO]
  80. [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-api ---
  81. [INFO] Recompiling the module because of changed dependency.
  82. [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
  83. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
  84. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Some input files use or override a deprecated API.
  85. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Recompile with -Xlint:deprecation for details.
  86. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java uses unchecked or unsafe operations.
  87. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/src/test/java/org/openmrs/ui/framework/SimpleObjectTest.java: Recompile with -Xlint:unchecked for details.
  88. [INFO]
  89. [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-api ---
  90. [INFO]
  91. [INFO] -------------------------------------------------------
  92. [INFO] T E S T S
  93. [INFO] -------------------------------------------------------
  94. [INFO] Running org.openmrs.ui.framework.page.PageContextTest
  95. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.ui.framework.page.PageContextTest
  96. [INFO] Running org.openmrs.ui.framework.page.PageFactoryTest
  97. <html><head><script type="text/javascript" src="/null/ms/uiframework/resource/mirebalais/mirebalais-utils.js?cache=0"></script>
  98. <link rel="stylesheet" href="/null/ms/uiframework/resource/emr/emr.css?cache=0" type="text/css"/>
  99. <link rel="stylesheet" href="/null/ms/uiframework/resource/mirebalais/mirebalais.css?cache=0" type="text/css"/>
  100. </head><body>Testing Success!!! and Success!!!</body>
  101. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.openmrs.ui.framework.page.PageFactoryTest
  102. [INFO] Running org.openmrs.ui.framework.page.SpringMvcViewTest
  103. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.openmrs.ui.framework.page.SpringMvcViewTest
  104. [INFO] Running org.openmrs.ui.framework.page.GroovyPageViewProviderTest
  105. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.openmrs.ui.framework.page.GroovyPageViewProviderTest
  106. [INFO] Running org.openmrs.ui.framework.FormatterImplTest
  107. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.openmrs.ui.framework.FormatterImplTest
  108. [INFO] Running org.openmrs.ui.framework.resource.ConfigurationResourceProviderTest
  109. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.openmrs.ui.framework.resource.ConfigurationResourceProviderTest
  110. [INFO] Running org.openmrs.ui.framework.AttributeHolderUtilTest
  111. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.AttributeHolderUtilTest
  112. [INFO] Running org.openmrs.ui.framework.util.DateExtTest
  113. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.util.DateExtTest
  114. [INFO] Running org.openmrs.ui.framework.db.UserDefinedPageViewDAOTest
  115. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.537 s - in org.openmrs.ui.framework.db.UserDefinedPageViewDAOTest
  116. [INFO] Running org.openmrs.ui.framework.UiFrameworkUtilTest
  117. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.openmrs.ui.framework.UiFrameworkUtilTest
  118. [INFO] Running org.openmrs.ui.framework.SimpleObjectTest
  119. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.openmrs.ui.framework.SimpleObjectTest
  120. [INFO] Running org.openmrs.ui.framework.fragment.FragmentFactoryTest
  121. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.openmrs.ui.framework.fragment.FragmentFactoryTest
  122. [INFO] Running org.openmrs.ui.framework.fragment.FragmentRequestTest
  123. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.fragment.FragmentRequestTest
  124. [INFO] Running org.openmrs.ui.framework.formatter.FormatterServiceTest
  125. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.openmrs.ui.framework.formatter.FormatterServiceTest
  126. [INFO] Running org.openmrs.ui.framework.UiUtilsTest
  127. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.openmrs.ui.framework.UiUtilsTest
  128. [INFO] Running org.openmrs.ui.framework.converter.StringToProgramConverterTest
  129. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.openmrs.ui.framework.converter.StringToProgramConverterTest
  130. [INFO] Running org.openmrs.ui.framework.converter.StringToObjectNodeConverterTest
  131. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.openmrs.ui.framework.converter.StringToObjectNodeConverterTest
  132. [INFO] Running org.openmrs.ui.framework.converter.StringToGlobalPropertyConverterTest
  133. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.openmrs.ui.framework.converter.StringToGlobalPropertyConverterTest
  134. [INFO] Running org.openmrs.ui.framework.converter.StringToCodedOrFreeTextValueConverterTest
  135. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.openmrs.ui.framework.converter.StringToCodedOrFreeTextValueConverterTest
  136. [INFO] Running org.openmrs.ui.framework.converter.StringToJsonNodeConverterTest
  137. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.converter.StringToJsonNodeConverterTest
  138. [INFO] Running org.openmrs.ui.framework.converter.StringToEncounterConverterTest
  139. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.ui.framework.converter.StringToEncounterConverterTest
  140. [INFO] Running org.openmrs.ui.framework.converter.StringToArrayNodeConverterTest
  141. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.openmrs.ui.framework.converter.StringToArrayNodeConverterTest
  142. [INFO] Running org.openmrs.ui.framework.converter.StringToPatientConverterTest
  143. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.openmrs.ui.framework.converter.StringToPatientConverterTest
  144. [INFO]
  145. [INFO] Results:
  146. [INFO]
  147. [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
  148. [INFO]
  149. [INFO]
  150. [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-api ---
  151. [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar
  152. [INFO]
  153. [INFO] --- install:3.1.2:install (default-install) @ uiframework-api ---
  154. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-api/3.26.0-SNAPSHOT/uiframework-api-3.26.0-SNAPSHOT.pom
  155. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar to /home/wikum/.m2/repository/org/openmrs/module/uiframework-api/3.26.0-SNAPSHOT/uiframework-api-3.26.0-SNAPSHOT.jar
  156. [INFO]
  157. [INFO] --------------< org.openmrs.module:uiframework-omod-2.0 >---------------
  158. [INFO] Building uiframework-omod-2.0 3.26.0-SNAPSHOT [3/4]
  159. [INFO] from omod-2.0/pom.xml
  160. [INFO] --------------------------------[ jar ]---------------------------------
  161. [INFO]
  162. [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-omod-2.0 ---
  163. [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target
  164. [INFO]
  165. [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-omod-2.0 ---
  166. [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/src/main/resources
  167. [INFO]
  168. [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-omod-2.0 ---
  169. [INFO] Recompiling the module because of changed source code.
  170. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
  171. [INFO]
  172. [INFO] --- formatter:2.10.0:format (default) @ uiframework-omod-2.0 ---
  173. [INFO] Using 'UTF-8' encoding to format source files.
  174. [INFO] Number of files to be formatted: 1
  175. [INFO] Successfully formatted: 0 file(s)
  176. [INFO] Fail to format: 0 file(s)
  177. [INFO] Skipped: 1 file(s)
  178. [INFO] Read only skipped: 0 file(s)
  179. [INFO] Approximate time taken: 0s
  180. [INFO]
  181. [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-omod-2.0 ---
  182. [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/src/test/resources
  183. [INFO]
  184. [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-omod-2.0 ---
  185. [INFO] No sources to compile
  186. [INFO]
  187. [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-omod-2.0 ---
  188. [INFO] No tests to run.
  189. [INFO]
  190. [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-omod-2.0 ---
  191. [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar
  192. [INFO]
  193. [INFO] --- install:3.1.2:install (default-install) @ uiframework-omod-2.0 ---
  194. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod-2.0/3.26.0-SNAPSHOT/uiframework-omod-2.0-3.26.0-SNAPSHOT.pom
  195. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod-2.0/target/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod-2.0/3.26.0-SNAPSHOT/uiframework-omod-2.0-3.26.0-SNAPSHOT.jar
  196. [INFO]
  197. [INFO] ----------------< org.openmrs.module:uiframework-omod >-----------------
  198. [INFO] Building OpenMRS UI Framework OMOD 3.26.0-SNAPSHOT [4/4]
  199. [INFO] from omod/pom.xml
  200. [INFO] --------------------------------[ jar ]---------------------------------
  201. [INFO]
  202. [INFO] --- clean:3.2.0:clean (default-clean) @ uiframework-omod ---
  203. [INFO] Deleting /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target
  204. [INFO]
  205. [INFO] --- openmrs:1.0.1:initialize-module (init) @ uiframework-omod ---
  206. [INFO]
  207. [INFO] --- dependency:2.4:unpack-dependencies (Expand moduleApplicationContext and messages) @ uiframework-omod ---
  208. [INFO] Unpacking /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/api/target/uiframework-api-3.26.0-SNAPSHOT.jar to /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/classes with includes "**/*" and excludes ""
  209. [INFO]
  210. [INFO] --- resources:3.3.1:resources (default-resources) @ uiframework-omod ---
  211. [INFO] Copying 2 resources from src/main/resources to target/classes
  212. [INFO] Copying 5 resources from src/main/webapp to target/classes/web/module
  213. [INFO] Copying 0 resource from src/main/webapp to target/classes/web/module
  214. [INFO] Copying 5 resources from src/main/webapp to target/classes/web/module
  215. [INFO]
  216. [INFO] --- compiler:3.13.0:compile (default-compile) @ uiframework-omod ---
  217. [INFO] Recompiling the module because of changed dependency.
  218. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
  219. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
  220. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java uses or overrides a deprecated API.
  221. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/FragmentActionController.java: Recompile with -Xlint:deprecation for details.
  222. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java uses unchecked or unsafe operations.
  223. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/main/java/org/openmrs/module/uiframework/page/controller/FragmentPageController.java: Recompile with -Xlint:unchecked for details.
  224. [INFO]
  225. [INFO] --- formatter:2.10.0:format (default) @ uiframework-omod ---
  226. [INFO] Using 'UTF-8' encoding to format source files.
  227. [INFO] Number of files to be formatted: 9
  228. [INFO] Successfully formatted: 0 file(s)
  229. [INFO] Fail to format: 0 file(s)
  230. [INFO] Skipped: 9 file(s)
  231. [INFO] Read only skipped: 0 file(s)
  232. [INFO] Approximate time taken: 0s
  233. [INFO]
  234. [INFO] --- resources:3.3.1:testResources (default-testResources) @ uiframework-omod ---
  235. [INFO] skip non existing resourceDirectory /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/resources
  236. [INFO]
  237. [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ uiframework-omod ---
  238. [INFO] Recompiling the module because of changed dependency.
  239. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
  240. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.antlr.v4.runtime.misc.NullUsageProcessor' less than -source '1.8'
  241. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java uses or overrides a deprecated API.
  242. [INFO] /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/src/test/java/org/openmrs/ui/framework/IntegrationTest.java: Recompile with -Xlint:deprecation for details.
  243. [INFO]
  244. [INFO] --- surefire:2.22.1:test (default-test) @ uiframework-omod ---
  245. [INFO]
  246. [INFO] -------------------------------------------------------
  247. [INFO] T E S T S
  248. [INFO] -------------------------------------------------------
  249. [INFO] Running org.openmrs.ui.framework.IntegrationTest
  250. Result =
  251.  
  252.  
  253. Hello, Super User.
  254.  
  255.  
  256. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.461 s - in org.openmrs.ui.framework.IntegrationTest
  257. [INFO] Running org.openmrs.ui.framework.PageControllerTest
  258. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.openmrs.ui.framework.PageControllerTest
  259. [INFO]
  260. [INFO] Results:
  261. [INFO]
  262. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
  263. [INFO]
  264. [INFO]
  265. [INFO] --- jar:3.4.1:jar (default-jar) @ uiframework-omod ---
  266. [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.jar
  267. [INFO]
  268. [INFO] --- openmrs:1.0.1:package-module (pack) @ uiframework-omod ---
  269. [INFO] Packaging OpenMRS module
  270. [INFO] Building jar: /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.omod
  271. [INFO]
  272. [INFO] --- install:3.1.2:install (default-install) @ uiframework-omod ---
  273. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/pom.xml to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod/3.26.0-SNAPSHOT/uiframework-omod-3.26.0-SNAPSHOT.pom
  274. [INFO] Installing /home/wikum/Documents/Code/OpenMRS/openmrs-module-uiframework/omod/target/uiframework-3.26.0-SNAPSHOT.omod to /home/wikum/.m2/repository/org/openmrs/module/uiframework-omod/3.26.0-SNAPSHOT/uiframework-omod-3.26.0-SNAPSHOT.jar
  275. [INFO] ------------------------------------------------------------------------
  276. [INFO] Reactor Summary for OpenMRS UI Framework 3.26.0-SNAPSHOT:
  277. [INFO]
  278. [INFO] OpenMRS UI Framework ............................... SUCCESS [ 1.406 s]
  279. [INFO] OpenMRS UI Framework API ........................... SUCCESS [ 12.704 s]
  280. [INFO] uiframework-omod-2.0 ............................... SUCCESS [ 0.658 s]
  281. [INFO] OpenMRS UI Framework OMOD .......................... SUCCESS [ 10.374 s]
  282. [INFO] ------------------------------------------------------------------------
  283. [INFO] BUILD SUCCESS
  284. [INFO] ------------------------------------------------------------------------
  285. [INFO] Total time: 25.372 s
  286. [INFO] Finished at: 2025-05-13T21:16:01+05:30
  287. [INFO] ------------------------------------------------------------------------
  288.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement