Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-ocl.dev] Fwd: Build failed in Hudson: buckminster-mdt-ocl-core-3.1-nightly #244

Hi Adolfo

Main failure seems to be removal by Xtext of org.eclipse.xtext.common.types.JvmIdentifiableElement.getCanonicalName().

Once I've downloaded a nightly, I'll see if there's a backwards/forwards compatible fix. Otherwise we'll have to use a close approximation to Xtext M6 for our M6.
There is an alternate getIdentifier() method, but no overlap, so compatibility would require reflective access to either getCanonicalName or getIdentifier.

Do you want to freeze the builds at M5 Xtext, or accept that our working workspaces must use a recent Xtext nightly? I guess the latter will have fewest problems at M6.

    Regards

        Ed


Back to the top