Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Strange BundleException in Eclipse 3.2
Strange BundleException in Eclipse 3.2 [message #309216] Wed, 18 October 2006 12:44 Go to next message
Eclipse UserFriend
Originally posted by: peter.maas.spam-nirvana.de

I've detected a strange behaviour in Eclipse 3.2 which I seems to be a bug.

There are 2 projects in the same workspace, swtbinding and swtbinding_test.
The first is a plugin, the second a plain Java project. If I launch an Eclipse
application which depends on the plugin swtbinding I get the following error:

org.osgi.framework.BundleException: Error converting plugin at
/home/peter/workspace/swtbinding_test.

The error doesn't occur if

- swtbinding and swtbinding_test are in different directories,
- swtbinding_test is renamed so that it doesn't start with
swtbinding,
- the projects have dotted names like com.mycompany.swtbinding...

Should I enter this into Bugzilla or has somebody a natural explanation? :)

--
Gruesse/Regards,

Peter Maas, Aachen
E-mail "cC5tYWFzQG1hZ21hc29mdC5kZQ==\n".decode("base64")
Re: Strange BundleException in Eclipse 3.2 [message #309240 is a reply to message #309216] Thu, 19 October 2006 13:09 Go to previous message
Eclipse UserFriend
You should raise a bug. I'm guessing the explanation is something along
these lines:
Looking in eclipse/plugins, you'll notice that names of the plug-ins are
along the lines of <bundleName>_<version>. It seems that your
swtbinding_test is being interpreted as bundleName=swtbinding,
version=test. And then there is a failure trying to convert it into a
bundle.

-Andrew

Peter Maas wrote:
> I've detected a strange behaviour in Eclipse 3.2 which I seems to be a bug.
>
> There are 2 projects in the same workspace, swtbinding and swtbinding_test.
> The first is a plugin, the second a plain Java project. If I launch an
> Eclipse
> application which depends on the plugin swtbinding I get the following
> error:
>
> org.osgi.framework.BundleException: Error converting plugin at
> /home/peter/workspace/swtbinding_test.
>
> The error doesn't occur if
>
> - swtbinding and swtbinding_test are in different directories,
> - swtbinding_test is renamed so that it doesn't start with
> swtbinding,
> - the projects have dotted names like com.mycompany.swtbinding...
>
> Should I enter this into Bugzilla or has somebody a natural explanation? :)
>
Previous Topic:Cant find org.eclipse.ui.texteditor.MarkerUtilities
Next Topic:IPageLayout.addStandaloneViewPlaceholder not working
Goto Forum:
  


Current Time: Wed Sep 17 18:22:39 EDT 2025

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

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

Back to the top