Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I switched my project to an osgi bundle, using maven, in theory i have everything in place, and the pom is in theory good. I am doing maven install, and it is creating my jar with everything inside. then i am doing org.apache.felix:maven-bundle-plugin:bundleall, and it is sa building with all the dependancies. I have a statement in my activator start saying System.out.println("test start"); just to see if it is working but it is not. I know i am missing something. but every tutorial stops there as it is supposed to work using these commads. i tried using pax, and it is being seen as one of the bundles, and saying it is active, and when i say start nothing is happening. i tried using ant and the same thing happened.

Can anyone tell me what i am missing?
please help
Posted
Comments
TorstenH. 24-Jan-12 1:41am    
can't tell from this point.
Isn't there a basic Maven project that you can request the IDE to fetch and you start from that point? That would be much simpler.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900