Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Plugin from existing jar archive
Plugin from existing jar archive [message #81577] Fri, 19 January 2007 21:46 Go to next message
Eclipse UserFriend
Originally posted by: slewis.composent.com

I'm using the 'Plugin from existing jar archive' wizard (3.3m4) and
although it's working OK for creating a plugin project, I can't seem to
get other plugins to depend upon the exported classes from the resulting
project.

Any thoughts about what I'm doing wrong with this wizard? The classes
are exported via Export-Package in manifest.mf, but I'm not seeing them
as available for other bundles (via Require-Bundle).

Scott
Re: Plugin from existing jar archive [message #81588 is a reply to message #81577] Fri, 19 January 2007 23:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: slewis.composent.com

Update: If I *do not* explode the existing jar (i.e. leave it as a jar
inside the new project) this problem goes away.

Scott Lewis wrote:
> I'm using the 'Plugin from existing jar archive' wizard (3.3m4) and
> although it's working OK for creating a plugin project, I can't seem to
> get other plugins to depend upon the exported classes from the resulting
> project.
>
> Any thoughts about what I'm doing wrong with this wizard? The classes
> are exported via Export-Package in manifest.mf, but I'm not seeing them
> as available for other bundles (via Require-Bundle).
>
> Scott
>
Re: Plugin from existing jar archive [message #81633 is a reply to message #81588] Sat, 20 January 2007 06:51 Go to previous message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 22
Registered: July 2009
Junior Member
Hi Scott,

This might sound strange, but does your build.properties have the following
lines:
source.. = .
output.. = .

Sounds a bit like https://bugs.eclipse.org/bugs/show_bug.cgi?id=146042
....just a guess.
-Simon

"Scott Lewis" <slewis@composent.com> wrote in message
news:45B150D4.4040302@composent.com...
> Update: If I *do not* explode the existing jar (i.e. leave it as a jar
> inside the new project) this problem goes away.
>
> Scott Lewis wrote:
>> I'm using the 'Plugin from existing jar archive' wizard (3.3m4) and
>> although it's working OK for creating a plugin project, I can't seem to
>> get other plugins to depend upon the exported classes from the resulting
>> project.
>>
>> Any thoughts about what I'm doing wrong with this wizard? The classes
>> are exported via Export-Package in manifest.mf, but I'm not seeing them
>> as available for other bundles (via Require-Bundle).
>>
>> Scott
>>
Previous Topic:ClassCastException on servlet load
Next Topic:Start DS from command line
Goto Forum:
  


Current Time: Fri Apr 26 07:16:52 GMT 2024

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

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

Back to the top