Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [viatra-dev] Feature 'body' not found in rete-recipes.genmodel

Hi,

on a cursory glance, it seems that the build system uses an EMF generator from before this commit, which added the "body" attribute to GenOperations:
https://github.com/eclipse/emf/commit/cc174475ffb33914915e433998b01e6568263b3c#diff-4f9e5e83ca116269ee282765bfd09b72

While you probably edited the genmodel (for the addition of the unwind feature) with tooling newer than that, and added a lot of noise using the new "body" feature:
https://git.eclipse.org/r/#/c/140911/19/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/rete-recipes.genmodel

Either the build environment needs to be upgraded, or the genmodel changes scaled back to only include unwind and not the rest of your changes.
I do not know which choice is better.

Cheers
Gábor


-----Original Message-----
From: viatra-dev-bounces@xxxxxxxxxxx [mailto:viatra-dev-bounces@xxxxxxxxxxx] On Behalf Of Tamás Szabó
Sent: 2019. augusztus 23., péntek 11:05
To: Viatra project developer discussions <viatra-dev@xxxxxxxxxxx>
Subject: [viatra-dev] Feature 'body' not found in rete-recipes.genmodel

Hey

I am having trouble with building my code on gerrit since a few days now.
https://ci.eclipse.org/viatra/job/viatra-master-gerrit/3258/console
The problem seems to be related to the body feature on the ReteNodeRecipe.getArity.
Anybody has an idea how to fix this?

Cheers,
Tamas

--
Tamás Szabó
Software Engineer

Tel.:     +49 711 342 191 0
Fax.:     +49 711 342 191 29
Mobil:    +49 171 565 416 9
Web:      www.itemis.de
Personal: szabta89.github.io

itemis AG
Niederlassung Süd
Industriestrasse 6.
70565 Stuttgart

Rechtlicher Hinweis | Legal note:
Amtsgericht Dortmund, HRB 20621
Vorstand | Board: Jens Wagener (Vors.), Wolfgang Neuhaus, Abdelghani El-Kacimi Aufsichtsrat | Supervisory board: Dr. Burkhard Igel (Vors.), Michael Neuhaus, Jennifer Fiorentino

_______________________________________________
viatra-dev mailing list
viatra-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/viatra-dev



Back to the top