Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Eclipse RCP/RAP UI split package help request [resend: fix URL]

Sorry for the previous e-mail, wrong URL... what was I thinking? ;-)
_______

Hi!

I'm seeking help for a split package problem in Eclipse RCP/RAP UI.

The bug is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=235834

A major obstacle in implementing hybrid RCP/RAP app is that 'org.eclipse.ui' package is split (one is in org.eclipse[.rap].ui.workbench, not sure about the others).

Both RCP UI and RAP UI provide these packages with the same interfaces/signatures/classes... however, the bundle name is different.

This makes it required for application/plugin developers to do Require-Bundle on either or both (with resolution=optional) UI bundle, because Import-Package: org.eclipse.ui does not work.

I am hoping that you can provide some insight on this. Thank you.

--
Best regards,
Hendy Irawan


Back to the top