Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » OSGi Enterprise Tools » OSGi Projects broken in Luna(The creation of an OSGi- based project fails in Eclipse Luna)
OSGi Projects broken in Luna [message #1682054] Tue, 17 March 2015 15:25
Robert Brown III is currently offline Robert Brown IIIFriend
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???
Previous Topic:Calling OSGI from the Annotation Processor
Next Topic:Unable to launch gogo shell out of eclipse
Goto Forum:
  


Current Time: Thu May 02 14:18:13 GMT 2024

Powered by FUDForum. Page generated in 0.02597 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top