Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Adrian Szegedi
Total activity
38
Last activity
September 03, 2020 20:46
Member since
December 11, 2019 16:51
Following
0 users
Followed by
0 users
Votes
17
Subscriptions
8
Activity overview
Posts (4)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
August 11, 2020 23:15
(Sorry for necro, but for future reference if anyone is searching) I have used maven-shade-plugin to pack all transitive dependencies into one jar, so that it is easy to re-generate and import into...
Community
MPS
Managing external dependencies (POMs)
0 votes
Edited
July 24, 2020 20:48
SContainmentLink can be created through MetaAdapterFactory (https://github.com/JetBrains/MPS/blob/25c9de8c91c5f466e497d47d134f92b7024d9a78/core/kernel/source/jetbrains/mps/smodel/adapter/structure/...
Community
MPS
How to create new SContainmentLink for non-existent role?
1 vote
Created
May 01, 2020 11:53
For future reference, if anybody would be looking for how weaving rules work (like I did): The context required by a weaving rule is the parent of the selected template's output. Now a BlockStateme...
Community
MPS
Generating code in two places, weaving rules
0 votes
Created
April 08, 2020 17:51
Patrick, sadly this happened to me even with MyLanguage having no dependencies at all. However, I have finally fixed my problem today. I was comparing my Build Language file with the one created ...
Community
MPS
[SOLVED] BuildMps_Language part in an Ant build file: Failed to convert path
0 votes
Created
April 01, 2020 16:01
Can someone help me, please? Or should I report this as a bug?
Community
MPS
[SOLVED] BuildMps_Language part in an Ant build file: Failed to convert path
0 votes
Edited
February 13, 2020 22:28
Firstly, I think you should define what you project contains. The answer depends on that. You should look into the Build Language, whether it contains what you want: https://www.jetbrains.com/help/...
Community
MPS
How to Convert MPS to jar file?
0 votes
Created
February 07, 2020 10:00
The issue is resolved by marking as source root the `src/main/java` directory (maven convention), so the directory right above code packages. Meaning if your class fqn is `example.Main`, you need t...
Community
MPS
Java source stubs: It cannot be calculated in which module's output path the class file must be placed
0 votes
Created
February 06, 2020 14:37
Thank you for the infromation. Yes, it is in 2019.3.1. When can be 2019.3.2 expected to be released?
Community
MPS
enum switch: multiple members in one case not working
0 votes
Created
January 13, 2020 23:20
Firstly, thanks for the tip with the Find Usages extended options, especially the global scope helps. I had searched only Alt + F7. I have just now gone through all of the usages of integer primiti...
Community
MPS
How to use Primitive Datatype?
0 votes