Results 112 issues of Didier Vojtisek

It would be useful, to be able to quickly add the melange nature (and dependencies) to an EMF project with a given ecore file. (via a "Configure" action on the...

enhancement

the "generate language runtime" (or "generate all" action) does not generate the same java content as the corresponding genmodel. this would not be a problem if this code was fully...

bug
Priority 2

If the aspect project contains an internal jars (like here groovy support) then the melange : generate runtime action, does not copy it to the resulting language implementation project ![image](https://cloud.githubusercontent.com/assets/661468/24540874/4ee95d12-15f5-11e7-8aed-18d8ed31c3a7.png)

bug

in https://github.com/awortmann/xmontiarc we have started a melange project based on 3 ecore files CD, montiarc (which uses CD) and montiarcruntime the melange file is simple ``` package ur1.diverse.montiarc.xdsml language XMontiArc...

bug
Priority 2

When I write ``` package org.gemoc.xfsm import org.gemoc.sample.legacyfsm.fsm.FSMMT language XFSM { syntax "platform:/resource/org.gemoc.sample.legacyfsm.fsm.model/model/fsm.ecore" with org.gemoc.sample.legacyfsm.fsm.k3dsa.* } ``` the ModelType inference doesn't work even if I correctly set the project dependencies...

bug

the following simple melange file fails when generating the runtime ``` language XFSM { syntax "platform:/resource/org.gemoc.sample.legacyfsm.fsm.model/model/fsm.ecore" with org.gemoc.sample.legacyfsm.fsm.k3dsa.StateAspect with org.gemoc.sample.legacyfsm.fsm.k3dsa.StateMachineAspect with org.gemoc.sample.legacyfsm.fsm.k3dsa.TransitionAspect } ``` with the following exception org.eclipse.core.internal.resources.ResourceException: Resource...

bug
Priority 5

when a melange project is hosted in git repository, some files generated by melange are ignored in git. this implies that another user who checkout the project will have errors...

bug

When using Utils classes, it is sometime convenient to have them directly in the same project as the aspects. (for example because they may know about the aspect, or because...

enhancement

A melange file with the following content doesn't parse package org.gemoc.sample.legacyfsm.fsm.language external language FSM { syntax "platform:/resource/org.gemoc.sample.legacyfsm.fsm.model/model/fsm.ecore" } with the following error _missing EOF at '.'_ on the "language" part...

when creating the runtime for a language that use K3 aspect with dependency to other eclipse project, the depency is not copied to the runtime project