Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] PDE Headless Build Error With Optional Dependencies

I'm using a single feature to build an RCP application.

Product (feature dependencies)
- feature-app (two plugins included)
  -  plugin-A (two dependencies)
     - plugin-B (required)
     - plugin-C (optional)
  - plugin-B (no dependencies)

Other plugins
- plugin-C (no dependencies)

When I attempt to build the product, I get errors while compiling
"plugin-A" because classes could not be resolved that would be found in
"plugin-C".

When I add "plugin-C" to the plugins bundled with the feature, then
"plugin-A" builds correctly.

I would like to build plugin-A without including plugin-C with the
product that I'm building.

Any ideas?

Thanks,
-- TJ


Back to the top