Advertisement
chughgaurav

build afer corrected Pom.xml

Aug 31st, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. /*
  2. build done on openmrs project , after correcting pom.xml
  3. */
  4.  
  5. cd C:\Users\GM-Labs\Documents\NetBeansProjects\trunk; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.7.0" "\"C:\\Program Files\\NetBeans 7.0.1\\java\\maven\\bin\\mvn.bat\"" install
  6. Scanning for projects...
  7.  
  8. Some problems were encountered while building the effective model for org.openmrs.tools:openmrs-tools:jar:1.9.0-SNAPSHOT
  9. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 675, column 33
  10. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 696, column 33
  11.  
  12. Some problems were encountered while building the effective model for org.openmrs.test:openmrs-test:pom:1.9.0-SNAPSHOT
  13. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 675, column 33
  14. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 696, column 33
  15.  
  16. Some problems were encountered while building the effective model for org.openmrs.api:openmrs-api:jar:1.9.0-SNAPSHOT
  17. 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 165, column 18
  18. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 675, column 33
  19. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 696, column 33
  20.  
  21. Some problems were encountered while building the effective model for org.openmrs.web:openmrs-web:jar:1.9.0-SNAPSHOT
  22. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 675, column 33
  23. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 696, column 33
  24.  
  25. Some problems were encountered while building the effective model for org.openmrs.web:openmrs-webapp:war:1.9.0-SNAPSHOT
  26. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 675, column 33
  27. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml, line 696, column 33
  28.  
  29. Some problems were encountered while building the effective model for org.openmrs:openmrs:pom:1.9.0-SNAPSHOT
  30. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 675, column 33
  31. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ line 696, column 33
  32.  
  33. It is highly recommended to fix these problems because they threaten the stability of your build.
  34.  
  35. For this reason, future Maven versions might no longer support building such malformed projects.
  36.  
  37. ------------------------------------------------------------------------
  38. Reactor Build Order:
  39.  
  40. OpenMRS
  41. openmrs-tools
  42. openmrs-test
  43. openmrs-api
  44. openmrs-web
  45. openmrs-webapp
  46.  
  47. ------------------------------------------------------------------------
  48. Building OpenMRS 1.9.0-SNAPSHOT
  49. ------------------------------------------------------------------------
  50.  
  51. [buildnumber:create]
  52. Change the default 'svn' provider implementation to 'javasvn'.
  53. Checking for local modifications: skipped.
  54. Updating project files from SCM: skipped.
  55. Storing buildNumber: 22941 at timestamp: 1314826731146
  56. Storing buildScmBranch: trunk
  57.  
  58. [build-helper:parse-version]
  59.  
  60. [install:install]
  61. Installing C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\pom.xml to C:\Users\GM-Labs\.m2\repository\org\openmrs\openmrs\1.9.0-SNAPSHOT\openmrs-1.9.0-SNAPSHOT.pom
  62.  
  63. ------------------------------------------------------------------------
  64. Building openmrs-tools 1.9.0-SNAPSHOT
  65. ------------------------------------------------------------------------
  66.  
  67. [buildnumber:create]
  68. Change the default 'svn' provider implementation to 'javasvn'.
  69.  
  70. [build-helper:parse-version]
  71.  
  72. [resources:resources]
  73. Using 'UTF-8' encoding to copy filtered resources.
  74. Copying 6 resources
  75.  
  76. [compiler:compile]
  77. Compiling 1 source file to C:\Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\target\classes
  78. -------------------------------------------------------------
  79. COMPILATION ERROR :
  80. -------------------------------------------------------------
  81. org/openmrs/tools/doclet/ShouldTaglet.java:[16,28] error: package com.sun.tools.doclets does not exist
  82.  
  83. org/openmrs/tools/doclet/ShouldTaglet.java:[17,0] error: package com.sun.javadoc does not exist
  84.  
  85. org/openmrs/tools/doclet/ShouldTaglet.java:[23,37] error: cannot find symbol
  86.  
  87. org/openmrs/tools/doclet/ShouldTaglet.java:[127,24] error: cannot find symbol
  88.  
  89. org/openmrs/tools/doclet/ShouldTaglet.java:[137,24] error: cannot find symbol
  90.  
  91. org/openmrs/tools/doclet/ShouldTaglet.java:[114,2] error: cannot find symbol
  92.  
  93. org/openmrs/tools/doclet/ShouldTaglet.java:[114,14] error: cannot find symbol
  94.  
  95. 7 errors
  96. -------------------------------------------------------------
  97. ------------------------------------------------------------------------
  98. Reactor Summary:
  99.  
  100. OpenMRS ........................................... SUCCESS [1.312s]
  101. openmrs-tools ..................................... FAILURE [1.570s]
  102. openmrs-test ...................................... SKIPPED
  103. openmrs-api ....................................... SKIPPED
  104. openmrs-web ....................................... SKIPPED
  105. openmrs-webapp .................................... SKIPPED
  106. ------------------------------------------------------------------------
  107. BUILD FAILURE
  108. ------------------------------------------------------------------------
  109. Total time: 3.223s
  110. Finished at: Thu Sep 01 03:08:53 IST 2011
  111. Final Memory: 12M/29M
  112. ------------------------------------------------------------------------
  113. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project openmrs-tools: Compilation failure: Compilation failure:
  114. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[16,28] error: package com.sun.tools.doclets does not exist
  115.  
  116. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[17,0] error: package com.sun.javadoc does not exist
  117.  
  118. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[23,37] error: cannot find symbol
  119.  
  120. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[127,24] error: cannot find symbol
  121.  
  122. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[137,24] error: cannot find symbol
  123.  
  124. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[114,2] error: cannot find symbol
  125.  
  126. \Users\GM-Labs\Documents\NetBeansProjects\trunk\tools\src\main\java\org\openmrs\tools\doclet\ShouldTaglet.java:[114,14] error: cannot find symbol
  127. -> [Help 1]
  128.  
  129. To see the full stack trace of the errors, re-run Maven with the -e switch.
  130. Re-run Maven using the -X switch to enable full debug logging.
  131.  
  132. For more information about the errors and possible solutions, please read the following articles:
  133. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  134.  
  135. After correcting the problems, you can resume the build with the command
  136. mvn <goals> -rf :openmrs-tools
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement