Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Compile Error when exporting plugins

Hi,

I have a series of plugins which seem to compile just fine in my workbench but throw up compile errors when I try to export them all in one go or during a headless build.

The errors state that the main RCP plugin (lets call it pluginA) cannot see one of it's dependencies (lets call that pluginB) I have pluginB set so that it exports the relevant packages to downstream plugins.

I don't get any compile errors in the workbench and I don't get any compile errors when I export each plugin individually. However I get compile errors when I try to export pluginA and pluginB together or if I try a headless build.

I thought it may be something to do with inconsistencies between the Manifest.mf file and the .classpath file for the plugins but as far as I can see they are all ok.

This bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=86020 seems to be the same thing (except they are talking about network drives there).

I am using Eclipse 3.2M6 but I tried this in 3.1 and I still get the same error. I can't find any cyclical dependencies in the plugins manifests either.

Anyone got any ideas?

Thanks

Peter Bracken




Back to the top