Advertisement
magoo123

Untitled

Jul 29th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 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-api: Compilation failure: Compilation failure:
  2. [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
  3. [ERROR] \Workspace\openmrs\api\src\main\java\org\openmrs\util\Security.java:[32,37] package org.apache.xerces.impl.dv.util does not exist
  4. [ERROR]
  5. [ERROR] \Workspace\openmrs\api\src\main\java\org\openmrs\util\Security.java:[235,9] cannot find symbol
  6. [ERROR] symbol : variable Base64
  7. [ERROR] location: class org.openmrs.util.Security
  8. [ERROR]
  9. [ERROR] \Workspace\openmrs\api\src\main\java\org\openmrs\util\Security.java:[270,36] cannot find symbol
  10. [ERROR] symbol : variable Base64
  11. [ERROR] location: class org.openmrs.util.Security
  12. [ERROR]
  13. [ERROR] \Workspace\openmrs\api\src\main\java\org\openmrs\util\Security.java:[306,10] cannot find symbol
  14. [ERROR] symbol : variable Base64
  15. [ERROR] location: class org.openmrs.util.Security
  16. [ERROR]
  17. [ERROR] \Workspace\openmrs\api\src\main\java\org\openmrs\util\Security.java:[342,10] cannot find symbol
  18. [ERROR] symbol : variable Base64
  19. [ERROR] location: class org.openmrs.util.Security
  20. [ERROR] -> [Help 1]
  21. [ERROR]
  22. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  23. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  24. [ERROR]
  25. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  26. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  27. [ERROR]
  28. [ERROR] After correcting the problems, you can resume the build with the command
  29. [ERROR] mvn <goals> -rf :openmrs-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement