Skip to content

Commit

Permalink
Report EMF runtime generation error to the appropriate element
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Degueule committed Jul 16, 2015
1 parent 4bea999 commit a5ad00e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -237,6 +237,7 @@ class MelangeValidator extends AbstractMelangeValidator
if (l.isGeneratedByMelange && !l.runtimeHasBeenGenerated) {
error(
"Cannot find EMF runtime for" + l.name,
l.syntax,
MelangePackage.Literals.MODELING_ELEMENT__ECORE_URI,
MelangeValidationConstants.METAMODEL_NO_EMF_RUNTIME
)
Expand Down

0 comments on commit a5ad00e

Please sign in to comment.