OSGi Projects broken in Luna [message #1682054] |
Tue, 17 March 2015 15:25 |
Robert Brown III Messages: 36 Registered: July 2009 |
Member |
|
|
Greetings:
I am attempting to create an OSGi- based application in Luna. As I had done in previous versions, I created a "plug- in" project that is targeted to run with Equinox. I tell it to create
The resulting project is seriously broken. The generated source code for the Activator contains errors throughout the file because its imports apparently cannot reference the classes in the org.osgi.framework packages.
Even the manifest file is broken The IDE generated the line:
Import-Package: org.osgi.framework;version="1.3.0"
which apparently is an error because the bundle containing this package is missing.
I even check the runtime configurations. In previous versions of Eclipse the configuration provided the ability to find and add necessary bundles to the runtime. This ability seems not to work in Luna because I do not see the bundles.
It looks like the entire OSGi project capability is broken in Luna.
Is anyone planning to fix these problems? And in the meantime, how can I get my project to compile and run???
|
|
|
Powered by
FUDForum. Page generated in 0.03043 seconds