Strange BundleException in Eclipse 3.2 [message #309216] |
Wed, 18 October 2006 12:44  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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? :)
>
|
|
|
Powered by
FUDForum. Page generated in 0.03577 seconds