Advertisement
magoo123

Untitled

Aug 8th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] Basic Module
  6. [INFO] Basic Module API
  7. [INFO] Basic Module OMOD
  8. [INFO]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Building Basic Module 0.1-SNAPSHOT
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO]
  13. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ basicmodule ---
  14. [INFO]
  15. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ basicmodule ---
  16. [INFO] Installing D:\Workspace\maven.1312798344390\branches\testing\pom.xml to F:\Documents and Settings\MAGOO\.m2\repository\org\openmrs\module\basicmodule\0.1-SNAPSHOT\basicmodule-0.1-SNAPSHOT.pom
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building Basic Module API 0.1-SNAPSHOT
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO]
  22. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ basicmodule-api ---
  23. [INFO] Deleting D:\Workspace\maven.1312798344390\branches\testing\api\target
  24. [INFO]
  25. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ basicmodule-api ---
  26. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  27. [INFO] skip non existing resourceDirectory D:\Workspace\maven.1312798344390\branches\testing\api\src\main\resources
  28. [INFO]
  29. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ basicmodule-api ---
  30. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  31. [INFO] Compiling 2 source files to D:\Workspace\maven.1312798344390\branches\testing\api\target\classes
  32. [INFO] -------------------------------------------------------------
  33. [ERROR] COMPILATION ERROR :
  34. [INFO] -------------------------------------------------------------
  35. [ERROR] error: error reading F:\Documents and Settings\MAGOO\.m2\repository\xerces\xercesImpl\2.8.0\xercesImpl-2.8.0.jar; cannot read zip file entry
  36. [INFO] 1 error
  37. [INFO] -------------------------------------------------------------
  38. [INFO] ------------------------------------------------------------------------
  39. [INFO] Reactor Summary:
  40. [INFO]
  41. [INFO] Basic Module ...................................... SUCCESS [0.813s]
  42. [INFO] Basic Module API .................................. FAILURE [9.312s]
  43. [INFO] Basic Module OMOD ................................. SKIPPED
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] BUILD FAILURE
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Total time: 12.609s
  48. [INFO] Finished at: Mon Aug 08 16:03:27 GMT+03:00 2011
  49. [INFO] Final Memory: 12M/28M
  50. [INFO] ------------------------------------------------------------------------
  51. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project basicmodule-api: Compilation failure
  52. [ERROR] error: error reading F:\Documents and Settings\MAGOO\.m2\repository\xerces\xercesImpl\2.8.0\xercesImpl-2.8.0.jar; cannot read zip file entry
  53. [ERROR] -> [Help 1]
  54. [ERROR]
  55. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  56. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  57. [ERROR]
  58. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  59. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  60. [ERROR]
  61. [ERROR] After correcting the problems, you can resume the build with the command
  62. [ERROR] mvn <goals> -rf :basicmodule-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement