Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Build errors for product and feature

Hi,

I could not find a PDE newsgroup so maybe some one from this list can
point me in the right direction (or to the appropriate newsgroup).

I have developed several plugins, lets call them A B C and D, that work
fine in the runtime workbench. When I try to build them into a feature
by hitting the build button in an eclipse update site project (in the
site.xml form) I get compiler errors for any plugin that depends on one
of my other plugins being developed. For example D depends on A so D
will not compile because it cannot import packages from A. I am sure
that the packages are exported from A in A's plugin.xml and I'm sure
that A is listed as a dependency of D in D's plugin.xml. These plugins
build and run fine together in the runtime workbench. I only see build
errors when trying to export to a feature using an eclipse update site
project or to a product using the export wizard.

Are there any differences in how I have to specify plugin dependencies
for features and products as opposed to when I run them in a runtime
workbench?

-- 
Ryan Boder


Back to the top