swkasi535

Untitled

Jun 29th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. [INFO] --- maven-dependency-plugin:2.4:unpack (Fetch SASS sources from uicommons) @ bahmnicore-omod ---
  2. [INFO] Configured Artifact: org.openmrs.module:uicommons-scss:1.6:zip
  3. [INFO] Unpacking C:\.m2\repository\org\openmrs\module\uicommons-scss\1.6\uicommons-scss-1.6.zip to C:\git\bahmni-core\bahmnicore-omod\src\main\compass\sass-external with includes "" and excludes ""
  4. [INFO]
  5. [INFO] --- exec-maven-plugin:3.0.0:exec (Running compass for bahmnicore css) @ bahmnicore-omod ---
  6. [ERROR] Command execution failed.
  7. java.io.IOException: Cannot run program "bash" (in directory "C:\git\bahmni-core\bahmnicore-omod"): CreateProcess error=2, The system cannot find the file specified
  8. at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
  9. at java.lang.Runtime.exec(Runtime.java:620)
  10. at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61)
  11. at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279)
  12. at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336)
  13. at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
  14. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:982)
  15. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:929)
  16. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:457)
  17. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  18. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  19. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
  20. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
  21. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  22. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  23. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  24. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  25. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  26. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  27. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  28. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
  29. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
  30. at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  36. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  37. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  38. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  39. Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
  40. at java.lang.ProcessImpl.create(Native Method)
  41. at java.lang.ProcessImpl.<init>(ProcessImpl.java:444)
  42. at java.lang.ProcessImpl.start(ProcessImpl.java:140)
  43. at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
  44. ... 30 more
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Reactor Summary:
  47. [INFO]
  48. [INFO] Bahmni EMR Core 0.93-SNAPSHOT ...................... SUCCESS [ 1.419 s]
  49. [INFO] Bahmni Mapping ..................................... SUCCESS [ 21.241 s]
  50. [INFO] Bahmni Test Commons ................................ SUCCESS [ 1.475 s]
  51. [INFO] Obs relationship ................................... SUCCESS [ 1.558 s]
  52. [INFO] Bahmni EMR Api ..................................... SUCCESS [ 5.697 s]
  53. [INFO] Bahmni EMR Core API ................................ SUCCESS [ 8.731 s]
  54. [INFO] Open-Elis Atom Feed Client ......................... SUCCESS [ 5.419 s]
  55. [INFO] Reference Data ..................................... SUCCESS [ 0.011 s]
  56. [INFO] Reference Data API ................................. SUCCESS [ 1.767 s]
  57. [INFO] Admin .............................................. SUCCESS [ 3.808 s]
  58. [INFO] Bahmnicore-ui ...................................... SUCCESS [ 1.653 s]
  59. [INFO] Bahmni EMR Core OMOD ............................... FAILURE [ 7.894 s]
  60. [INFO] Reference Data Omod ................................ SKIPPED
  61. [INFO] Deploy scripts 0.93-SNAPSHOT ....................... SKIPPED
  62. [INFO] ------------------------------------------------------------------------
  63. [INFO] BUILD FAILURE
  64. [INFO] ------------------------------------------------------------------------
  65. [INFO] Total time: 01:02 min
  66. [INFO] Finished at: 2020-06-29T15:41:37+05:30
  67. [INFO] ------------------------------------------------------------------------
  68. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (Running compass for bahmnicore css) on project bahmnicore-omod: Command execution failed. Cannot run program "bash" (in directory "C:\git\bahmni-core\bahmnicore-omod"): CreateProcess error=2, The system cannot find the file specified -> [Help 1]
  69. [ERROR]
  70. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  71. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  72. [ERROR]
  73. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  74. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  75. [ERROR]
  76. [ERROR] After correcting the problems, you can resume the build with the command
  77. [ERROR] mvn <goals> -rf :bahmnicore-omod
Add Comment
Please, Sign In to add comment