-
Hi.
I am starting a new project of concurrent language.
I defined by language using XText and extracted the Ecore model from it.
I created the XDSML file, and selected the EMF Project, the GenModel …
-
Hi all.
I am running your tutorial of Marked Graph using Windows 7, Java 8, GEMOC Studio 2.0.1.
I had already runned it and it worked in a precendent version of your studio (before 2.0, I think).
Ho…
-
Hi.
I am trying to run another tutorial (SigPML: http://gemoc.github.io/gemoc-studio/publish/tutorial_sigpml/html_single/Tutorial_SigPML.html), but I noticed that the ZIP with the initial projects an…
-
Hi,
I have just found a problem in:
"gemoc.execution.engine.ui/src/org/gemoc/execution/engine/debug/AbstractGemocDebugger.java:68"
The code is:
bundleSymbolicName = getBundleSymbolicName(getLang…
-
Hello :)
There are compilation errors in the generated code (src-gen) when the syntax EPackage name has some upper case letters in it.
To reproduce:
- Create an EMF project with an ecore model whose…
-
Hi all.
My name is Valdemar. I am member of the ArchWARE group in UBS à Vannes.
I am starting at work with K3, but I am having a lot of difficulties about running even one single application.
I am …
-
The following problem was observed if we have regenerated the qvto and we tray to regenerate the CCSL:
"Java method invocation error 'public java.util.Set fr.inria.aoste.timesquare.ecl.qvto.helper.Ec…
-
in my FsmClockAspect I have an attribute of type Integer
``` xtend
@Aspect(className=FSMClock)
class FSMClockAspect extends NamedElementAspect {
public Integer numberOfTicks;
```
this generates …