Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] Henshin in Eclipse Kepler

Hi,
we are currently trying to use the new EMF Compare API to open a compare editor. We are setting up the compare editor input as shown below. The problem is that both sides of the compare editor are empty and that the label above says "Text Compare". Does anybody have an idea what the problem might be here or how to properly set up the editor input?

Cheers,
Christian

EMFCompare comparator = EMFCompare.builder().build();
IComparisonScope scope = EMFCompare.createDefaultScope(originalModel, previewModel, resourceSet);

ICompareEditingDomain editingDomain = EMFCompareEditingDomain.create(originalModel, previewModel, resourceSet);
AdapterFactory adapterFactory = new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE);
CompareEditorInput input = new ComparisonScopeEditorInput(new CompareConfiguration(), editingDomain, adapterFactory, comparator, scope);



2013/10/11 Christian Krause <henshin.ck@xxxxxxxxx>
Hi Simon,

I am still in contact with a colleague who is working on the migration to Kepler. There still seem to be some issues. If we have a working version, we will switch the development branch to the Kepler-compatible version. I hope that we will have a working version next week, but I cannot promise anything at this point.

Cheers,
Christian




2013/10/11 Simon <goood.guy@xxxxxx>
Hi,

I am interested in updates regarding this topic.
What speaks against a separate branch/update site for Kepler that uses EMF Compare 2.x?


Regards,
Simon
_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev




_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev


Back to the top