Guest User

Untitled

a guest
Jan 24th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. cd /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl; JAVA_HOME=/opt/jdk1.7.0_02 /home/rcbandit/netbeans-7.0.1/java/maven/bin/mvn clean install
  2. Scanning for projects...
  3.  
  4. Some problems were encountered while building the effective model for org.DX_57.osgi.SH_27:SH_27-impl:bundle:1.0-SNAPSHOT
  5. 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 40, column 21
  6. The expression ${pom.groupId} is deprecated. Please use ${project.groupId} instead.
  7. The expression ${pom.groupId} is deprecated. Please use ${project.groupId} instead.
  8. The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead.
  9. The expression ${pom.groupId} is deprecated. Please use ${project.groupId} instead.
  10.  
  11. It is highly recommended to fix these problems because they threaten the stability of your build.
  12.  
  13. For this reason, future Maven versions might no longer support building such malformed projects.
  14.  
  15.  
  16. ------------------------------------------------------------------------
  17. Building SH_27-impl 1.0-SNAPSHOT
  18. ------------------------------------------------------------------------
  19.  
  20. [clean:clean]
  21. Deleting /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl/target
  22.  
  23. [resources:resources]
  24. [debug] execute contextualize
  25. Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  26. Copying 0 resource
  27.  
  28. [compiler:compile]
  29. File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  30. Compiling 2 source files to /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl/target/classes
  31.  
  32. [resources:testResources]
  33. [debug] execute contextualize
  34. Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  35. skip non existing resourceDirectory /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl/src/test/resources
  36.  
  37. [compiler:testCompile]
  38. File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  39. Compiling 1 source file to /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl/target/test-classes
  40.  
  41. [surefire:test]
  42. Surefire report directory: /home/rcbandit/NetBeansProjects/Prototype_3/SH_27/SH_27-impl/target/surefire-reports
  43.  
  44. -------------------------------------------------------
  45. T E S T S
  46. -------------------------------------------------------
  47. Running org.samples.osgi.service.AppTest
  48. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
  49.  
  50. Results :
  51.  
  52. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  53.  
  54.  
  55. [bundle:bundle]
  56. Bundle org.DX_57.osgi.SH_27:SH_27-impl:bundle:1.0-SNAPSHOT : Unresolved references to [javax.activation, javax.annotation] by class(es) on the Bundle-Classpath[Jar:dot]: [org/DX_57/osgi/SH_27/impl/SessionHandleImpl.class]
  57. Error(s) found in bundle configuration
  58. ------------------------------------------------------------------------
  59. BUILD FAILURE
  60. ------------------------------------------------------------------------
  61. Total time: 9.799s
  62. Finished at: Tue Jan 24 15:00:57 EET 2012
  63. Final Memory: 13M/33M
  64. ------------------------------------------------------------------------
  65. Failed to execute goal org.apache.felix:maven-bundle-plugin:2.3.6:bundle (default-bundle) on project SH_27-impl: Error(s) found in bundle configuration -> [Help 1]
  66.  
  67. To see the full stack trace of the errors, re-run Maven with the -e switch.
  68. Re-run Maven using the -X switch to enable full debug logging.
  69.  
  70. For more information about the errors and possible solutions, please read the following articles:
  71. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment