Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Plugin dependency
Plugin dependency [message #462772] Thu, 01 February 2007 00:14
Eclipse UserFriend
Originally posted by: sasa.conic.cognos.com

Hi all,

In my plugin I'm trying to reference package exported from other plugin that
is expanded in a folder in my target workspace. Even though eclipse sees
expanded plugin and happily adds it to the list of Dependencies in the
manifest file, compiler cannot see it and complains about unresolved
package.

The only way I could get around this problem is to modify Java Build Path
properties of the project and explicitly add folder in which dependent
plugin is expanded. Problem with that is that reference to the folder is
through absolute path and it doesn't seem to accept relative path.

Is it possible to reference expanded plugins without adding them through as
class folders?

Thanks,
Sasa
Previous Topic:How to restore all editors after restart?
Next Topic:double click in common navigator
Goto Forum:
  


Current Time: Tue Oct 15 22:21:39 GMT 2024

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

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

Back to the top