Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Strange bundles
Strange bundles [message #11071] Wed, 05 December 2007 13:02 Go to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Subversive team,
I'm trying to move Buckminster to use your new update site at Eclipse.org. It almost works but I
encounter some oddities in your connector bundles.

You now have a bundle called org.polarion.eclipse.team.svn.connector.javahl. This bundle has:
a) an old style plugin.xml. This is somewhat OK since the PDE compiler doesn't complain (yet).
b) a meta-inf/manifest.mf that is not an OSGi manifest. This is not OK. If you import this bundle
into your workspace you immediately get errors from the PDE compiler.

In other words, your bundle is somewhere in between old style (where everything was declared in the
plugin.xml and you didn't have a manifest.mf) and the modern style (where all OSGi properties must
be in the manifest.mf and the plugin.xml contains only Eclipse PDE extensions).

The same is true for the org.polarion.eclipse.team.svn.connector.javahl.win32 and it's fragment.xml

I would suggest that adopt the new style with an OSGi compliant meta-inf/manifest.mf and a
plugin.xml/fragment.xml that is stripped from id, version, etc.


Regards,
Thomas Hallgren
Re: Strange bundles [message #11083 is a reply to message #11071] Thu, 06 December 2007 08:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexander.gurov.polarion.org

Hi Thomas,

Thank you for pointing to this. We will correct the problem.
Re: Strange bundles [message #11210 is a reply to message #11083] Mon, 10 December 2007 10:50 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Thanks.
Much better now.

- thomas

Alexander Gurov wrote:
> Hi Thomas,
>
> Thank you for pointing to this. We will correct the problem.
>
Previous Topic:Standardize Feedback after Migration to Eclipse Project
Next Topic:Single commit across multiple projects?
Goto Forum:
  


Current Time: Thu Apr 25 06:35:11 GMT 2024

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

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

Back to the top