Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » manifest.mf file
manifest.mf file [message #127612] Mon, 16 March 2009 07:25 Go to next message
Eclipse UserFriend
Originally posted by: egidijus.vaisnora.nomagiclt.com

Does manifest.mf support relative paths "Bundle-ClassPath"?
Problem appeared when I have moved runtime information (relative paths to libraries) from the plugin.xml to the manifest.mf
file into "Bundle-ClassPath". The result is strange - there are no exception (-debug option was used), plugin is shown in
plug-in list, but there are no UI item of this plugin!

Another question: Does "Export-Package" support patterns like "*"? In help it is not mentioned, but Eclipse doesn't complains
if I use such pattern...

Please advice
Thank you!
--
Egidijus
Re: manifest.mf file [message #127747 is a reply to message #127612] Thu, 19 March 2009 10:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: egidijus.vaisnora.nomagiclt.com

I ment relative path something like:

Bundle-ClassPath: ../../../../../lib/x.jar,
../../../../../lib/y.jar,
plugin_eclipse_api.jar,
../../../../../lib/z.jar,

Egidijus Vaisnora wrote:
>
> Does manifest.mf support relative paths "Bundle-ClassPath"?
> Problem appeared when I have moved runtime information (relative paths
> to libraries) from the plugin.xml to the manifest.mf file into
> "Bundle-ClassPath". The result is strange - there are no exception
> (-debug option was used), plugin is shown in plug-in list, but there are
> no UI item of this plugin!
>
> Another question: Does "Export-Package" support patterns like "*"? In
> help it is not mentioned, but Eclipse doesn't complains if I use such
> pattern...
>
> Please advice
> Thank you!
> --
> Egidijus
Re: manifest.mf file [message #127771 is a reply to message #127747] Thu, 19 March 2009 15:23 Go to previous message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
The OSGi spec may be useful to you.

http://www.osgi.org/Specifications/HomePage

For Bundle-Classpath, section 3.8.1.

For Export-Package, section 3.5.5.

Egidijus Vaisnora wrote:
> I ment relative path something like:
>
> Bundle-ClassPath: ../../../../../lib/x.jar,
> ../../../../../lib/y.jar,
> plugin_eclipse_api.jar,
> ../../../../../lib/z.jar,
>
> Egidijus Vaisnora wrote:
>>
>> Does manifest.mf support relative paths "Bundle-ClassPath"?
>> Problem appeared when I have moved runtime information (relative paths
>> to libraries) from the plugin.xml to the manifest.mf file into
>> "Bundle-ClassPath". The result is strange - there are no exception
>> (-debug option was used), plugin is shown in plug-in list, but there
>> are no UI item of this plugin!
>>
>> Another question: Does "Export-Package" support patterns like "*"? In
>> help it is not mentioned, but Eclipse doesn't complains if I use such
>> pattern...
>>
>> Please advice
>> Thank you!
>> --
>> Egidijus
Previous Topic:org.eclipse.test with dependency on org.eclipse.ui
Next Topic:Running Several Equinox instances within a single JVM
Goto Forum:
  


Current Time: Tue Mar 19 05:21:32 GMT 2024

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

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

Back to the top