Skip to main content



      Home
Home » Eclipse Projects » Equinox » Possible to "export all" packages from OSGI manifest?
Possible to "export all" packages from OSGI manifest? [message #52431] Fri, 04 November 2005 18:01 Go to next message
Eclipse UserFriend
[reposting after no response on the platform newsgroup]

Is there a way to express that a plugin wishes to export packages with
wildcard syntax, or similar? I've tried variations on:

Export-Package: *

without success.

I'm asking because forcing the user to enumerate all exported packages
seems overly pedantic, and becomes a source of tedium/annoyance during
development. For example:

1) the refactoring of package names doesn't update the manifest.
2) the new class/package wizard doesn't present an "export" checkbox.

Of course, in the former case, the user has to manually remove the old
package name, and introduce the new one into the manifest. My usual
procedure involves forgetting this step, and having to patch-up when I get
an exception at run-time. 8P

Thanks,

Jason.
Re: Possible to "export all" packages from OSGI manifest? [message #52500 is a reply to message #52431] Sat, 05 November 2005 17:38 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

No there is no such feature.
New tooling support is being developed in 3.2 and is available since M3.

PascaL

Jason Grant wrote:
> [reposting after no response on the platform newsgroup]
>
> Is there a way to express that a plugin wishes to export packages with
> wildcard syntax, or similar? I've tried variations on:
>
> Export-Package: *
>
> without success.
>
> I'm asking because forcing the user to enumerate all exported packages
> seems overly pedantic, and becomes a source of tedium/annoyance during
> development. For example:
>
> 1) the refactoring of package names doesn't update the manifest.
> 2) the new class/package wizard doesn't present an "export" checkbox.
>
> Of course, in the former case, the user has to manually remove the old
> package name, and introduce the new one into the manifest. My usual
> procedure involves forgetting this step, and having to patch-up when I get
> an exception at run-time. 8P
>
> Thanks,
>
> Jason.
>
Previous Topic:Alternative way to run(launch) a RCP App
Next Topic:Is there any Tutorial for migrating a RCP Standalone APP to Exquinox?
Goto Forum:
  


Current Time: Mon May 12 06:56:38 EDT 2025

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

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

Back to the top