org.eclipse.emf.databinding problem [message #1156338] |
Sat, 26 October 2013 09:34  |
Eclipse User |
|
|
|
Hi,
I'm attempting to following this tutorial:
www.vogella.com/articles/EclipseDataBindingEMF/article.html
i.e. EMF & Databinding.
In order to satisfy this code:
DataBindingContext bindingContext = new DataBindingContext();
bindingContext.bindValue(WidgetProperties.text(SWT.Modify).observe(Description),
EMFProperties.value(OisContractTemplatePackage.Literals.STATEMENT__ITEM)
.observe(stmnt));
I need to add this dependency:
org.eclipse.emf.databinding
As soon as I add that dependency in my plugin.xml, even if I still have ONLY the template generated code (so the above code is commented out), when I run the application the view is not available from the list.
As soon as I remove the dependency, the view is back in the list!
What's going on!
Thanks,
Greg
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07226 seconds