Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse product does not recognize fragment (uncompressed)
Eclipse product does not recognize fragment (uncompressed) [message #1263845] Tue, 04 March 2014 20:41 Go to next message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
I have an eclipse PRODUCT that has plugins and fragments:

Plugin A (PRODUCT MAIN Plugin)
Exported Plugins (eclipse DROPINS folder):
Plugin B (Dependency of Plugin A)
Fragment A (HOST=Plugin B) - UNCOMPRESSED=resources
Fragment B (HOST=Plugin B)

Problem: PRODUCT dependencies gives error, because Fragment A IS NOT recognized! It must be COMPRESSED in JAR format to be recognized!

I don't really understand this, because, if Plugin B is the PRODUCT MAIN plugin, any UNCOMPRESSED fragments are recognized:

Plugin B (PRODUCT MAIN Plugin)
Fragment A (HOST=Plugin B) - UNCOMPRESSED=resources
Fragment B (HOST=Plugin B)

PRODUCT has no errors and exports fine, as expected!

So why can't Plugin B be used as a dependency of another plugin?

Any solutions?

[Updated on: Tue, 04 March 2014 20:43]

Report message to a moderator

Re: Eclipse product does not recognize fragment (uncompressed) [message #1263868 is a reply to message #1263845] Tue, 04 March 2014 21:03 Go to previous message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
Well, after a CLEAN command (ECLIPSE.exe -clean) the fragments are recognized.

It seems that eclipse needs to rebuild some internal configuration every time a "plugin" shifts from JAR to DIR (or the other way around...)

[Updated on: Tue, 04 March 2014 21:09]

Report message to a moderator

Previous Topic:Migrate key preferences to new version of plugin when command ID has changed
Next Topic:Eclipse Crash
Goto Forum:
  


Current Time: Fri Mar 29 09:52:34 GMT 2024

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

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

Back to the top