Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem with pluginPath (headless build)
Problem with pluginPath (headless build) [message #592756] Wed, 04 March 2009 17:55
Chris is currently offline ChrisFriend
Messages: 97
Registered: July 2009
Member
I have a very strange problem:

I have multiple plugins. To keep it simple assume PluginA depends on PluginB

Because of various reasons I don't want to build them in the same buildDirectory. (main
reason is, that two running headless builds conflict with each other if they use the same
buildDirectory).

So I build them in separate build directories and copy the resulting plugins into

/MyBuildResults/plugins

in build.properties i specify
pluginPath=/MyBuildResults

When building PluginB it seems to find PluginA (during "generateScript" it checks for
missing plugins, and PluginA is not listed there .... if I delete PluginA it gets listed).


But .... I get "the import cannot be resolved" ERRORs for all my classes in PluginA.


If I would build everything in the same plugin directory things work correct.


Can anyone out there enlighten me what I am doing wrong?

Chris
Previous Topic:Blocking problems w/a p2 based RCP product-Updates locked/feature install breaks
Next Topic:New Target Platform Definition and Export to Multiple Platforms
Goto Forum:
  


Current Time: Thu Apr 18 04:07:22 GMT 2024

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

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

Back to the top