databinding.observable and databinding.property missing after headless build [message #492664] |
Wed, 21 October 2009 06:00  |
Eclipse User |
|
|
|
Hi all,
in the zip file generated by the headless build of my RCP, two plugins are missing: org.eclipse.core.databinding.observable and org.eclipse.core.databinding.property.
The application does not start, of course.
Do you have any idea about what is missing in my build?
I have explicitly added those plugins in the list of the dependencies of both the plugin.xml and the feature.xml but it did not help...
If I manually copy such plugins from my target platform (and adjust the property files) into my RCP folder then the application executes well.
Thank you for your help,
Alessandro
|
|
|
|
|
|
|
|
|
|
Re: databinding.observable and databinding.property missing after headless build [message #603359 is a reply to message #498253] |
Mon, 16 November 2009 19:11  |
Eclipse User |
|
|
|
Tom Schindl wrote on Mon, 16 November 2009 19:51
> Those 2 plugins are new in Galileo maybe you need to adjust your Product
> and or export.
These appear to be new dependencies of org.eclipse.core.databinding, which was already being exported. I guess I naively assumed that Eclipse would work out that they now need to be exported too.
Like the OP, I had tried adding these as explicit depencies of the plug-in without success. However I now realise that what was really needed, in my case at least, was to add them as dependencies of the product (e.g. via the 'Add Required Plugins' button on the Product Configuration Editor).
Thanks for the nudge in the right direction.
|
|
|
Powered by
FUDForum. Page generated in 0.05480 seconds