Adrian Szegedi
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 8
-
Edited [SOLVED] BuildMps_Language part in an Ant build file: Failed to convert path
Problem When I add a language (BuildMps_Language) in the project structure of an Ant build file (j.m.build.structure.BuildProject) I cannot compile the model in which the build file is in. Error me... -
Edited enum switch: multiple members in one case not working
Hello, I would like to use the enum switch feature of MPS. I want to define more than one members per switch case. It should be possible to select multiple EnumMemberReference in the members child ... -
Edited Java source stubs: It cannot be calculated in which module's output path the class file must be placed
Hello, I am trying to use Java source code by adding it to a Solution as Java source stubs. However I have the error: It cannot be calculated in which module's output path the class file for yajco.... -
Created How to use Primitive Datatype?
Hello, I would like to know how to use Primitive Datatypes. You can create them in the structure aspect of a language. However I created a Primitive Datatype named "real" (as in real number) and us...