Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. [INFO]
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Building DHIS Import-Export Service 2.6-SNAPSHOT
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO]
  6. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dhis-service-importexport ---
  7. [INFO] Deleting E:\dhis2-code\dhis2\dhis-2\dhis-services\dhis-service-importexport\target
  8. [INFO]
  9. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ dhis-service-importexport ---
  10. [debug] execute contextualize
  11. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  12. [INFO] Copying 28 resources
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dhis-service-importexport ---
  15. [INFO] Compiling 233 source files to E:\dhis2-code\dhis2\dhis-2\dhis-services\dhis-service-importexport\targ
  16. et\classes
  17. [INFO] -------------------------------------------------------------
  18. [ERROR] COMPILATION ERROR :
  19. [INFO] -------------------------------------------------------------
  20. [ERROR] \dhis2-code\dhis2\dhis-2\dhis-services\dhis-service-importexport\src\main\java\org\hisp\dhis\importe
  21. xport\dxf2\service\DataValueSetService.java:[302,23] cannot find symbol
  22. symbol : constructor CompleteDataSetRegistration(org.hisp.dhis.dataset.DataSet,org.hisp.dhis.period.Period,
  23. org.hisp.dhis.organisationunit.OrganisationUnit,java.util.Date)
  24. location: class org.hisp.dhis.dataset.CompleteDataSetRegistration
  25. [INFO] 1 error
  26. [INFO] -------------------------------------------------------------
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Reactor Summary:
  29. [INFO]
  30. [INFO] DHIS 2 ............................................ SUCCESS [0.563s]
  31. [INFO] DHIS API .......................................... SUCCESS [11.949s]
  32. [INFO] DHIS Support Parent Project ....................... SUCCESS [0.015s]
  33. [INFO] DHIS Test Support ................................. SUCCESS [3.294s]
  34. [INFO] DHIS External Support ............................. SUCCESS [1.803s]
  35. [INFO] DHIS Hibernate Support ............................ SUCCESS [2.040s]
  36. [INFO] DHIS System Support ............................... SUCCESS [2.992s]
  37. [INFO] DHIS JDBC Service ................................. SUCCESS [3.544s]
  38. [INFO] DHIS XML framework services ....................... SUCCESS [2.101s]
  39. [INFO] DHIS Services Parent Project ...................... SUCCESS [0.015s]
  40. [INFO] DHIS Core API Implementations ..................... SUCCESS [6.236s]
  41. [INFO] DHIS I18n Static .................................. SUCCESS [2.583s]
  42. [INFO] DHIS Options ...................................... SUCCESS [2.781s]
  43. [INFO] DHIS Administration Service ....................... SUCCESS [3.494s]
  44. [INFO] DHIS DataMart Service - Default ................... SUCCESS [3.117s]
  45. [INFO] DHIS Aggregation Service - Default ................ SUCCESS [2.825s]
  46. [INFO] DHIS OrganisationUnit API Implementations ......... SUCCESS [1.140s]
  47. [INFO] DHIS Reporting Service ............................ SUCCESS [4.068s]
  48. [INFO] DHIS Import-Export Service ........................ FAILURE [3.409s]
  49. [INFO] DHIS Patient API Implementations .................. SKIPPED
  50. [INFO] DHIS Mobile Service ............................... SKIPPED
  51. [INFO] DHIS JDBC / External Test Project ................. SKIPPED
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] BUILD FAILURE
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 58.392s
  56. [INFO] Finished at: Thu Nov 03 09:43:16 ICT 2011
  57. [INFO] Final Memory: 111M/247M
  58. [INFO] ------------------------------------------------------------------------
  59. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile
  60. ) on project dhis-service-importexport: Compilation failure
  61. [ERROR] \dhis2-code\dhis2\dhis-2\dhis-services\dhis-service-importexport\src\main\java\org\hisp\dhis\importe
  62. xport\dxf2\service\DataValueSetService.java:[302,23] cannot find symbol
  63. [ERROR] symbol : constructor CompleteDataSetRegistration(org.hisp.dhis.dataset.DataSet,org.hisp.dhis.period
  64. .Period,org.hisp.dhis.organisationunit.OrganisationUnit,java.util.Date)
  65. [ERROR] location: class org.hisp.dhis.dataset.CompleteDataSetRegistration
  66. [ERROR] -> [Help 1]
  67. [ERROR]
  68. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  69. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  70. [ERROR]
  71. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  72. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  73. [ERROR]
  74. [ERROR] After correcting the problems, you can resume the build with the command
  75. [ERROR] mvn <goals> -rf :dhis-service-importexport
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement