sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

Broken Jnario after upgrading to Xtext 2.5.1 #103

Closed borisbrodski closed 10 years ago

borisbrodski commented 10 years ago

After upgrading to Xtext 2.5.1 and upgrading Jnario to the latest possible version (at least) .spec files can't be opened. Error:

org.eclipse.xtext.parser.ParseException: java.lang.NoSuchMethodError: org.eclipse.xtend.core.services.XtendGrammarAccess$XVariableDeclarationElements.getNameValidIDParserRuleCall_1_1_0()Lorg/eclipse/xtext/RuleCall; at org.eclipse.xtext.parser.antlr.AbstractAntlrParser.doParse(AbstractAntlrParser.java:105) ...

It looks, like Jnario 1.0.0.201401132123 works only with Xtext 2.5.0, but didn't enforce Xtext version within the MANIFEST.

Currently a newcomer installing everything from scratch would obtain a broken installation of Jnario.

sebastianbenz commented 10 years ago

I am aware of this and will release a fixed version this weekend.

sebastianbenz commented 10 years ago

Just released 0.7.2 which is compatible to 2.5.1

borisbrodski commented 10 years ago

Thank you!