Advertisement
aka007

Untitled

Feb 20th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project openmrs-web: Compilation failure: Compilation failure:
  2. [ERROR] /home/aka/Ubuntu One/gsoc/openmrs-core/web/src/main/java/org/openmrs/web/dwr/DWRPatientService.java:[200,22] error: cannot find symbol
  3. [ERROR]
  4. [ERROR] variable ps of type PatientService
  5. [ERROR] /home/aka/Ubuntu One/gsoc/openmrs-core/web/src/main/java/org/openmrs/web/dwr/DWRPatientService.java:[217,30] error: cannot find symbol
  6. [ERROR] -> [Help 1]
  7. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project openmrs-web: Compilation failure
  8. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
  9. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  10. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  11. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  12. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  13. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  14. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  15. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  16. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  17. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  18. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  19. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:606)
  24. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  25. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  26. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  27. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  28. Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
  29. at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:613)
  30. at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:116)
  31. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  32. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  33. ... 19 more
  34. [ERROR]
  35. [ERROR]
  36. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  37. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  38. [ERROR]
  39. [ERROR] After correcting the problems, you can resume the build with the command
  40. [ERROR] mvn <goals> -rf :openmrs-web
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement