dmitry.sidorenko
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
dmitry.sidorenko created a post, Ant build under MacOS issues
We are trying to integrate MPS build into our build process using ant and mps.generate task.So far it works fine under linux, but for MacOS we have encountered weird error, saying"[mps.generate] ER... -
dmitry.sidorenko commented, -
dmitry.sidorenko created a post, Check that Type is of collection type
My usecase is quite simple - if a property of my class is a list, or collection, or map, then I'd like to add method clear<PropertyName>.I tried using $IF$ with condition (node, genContext, operati... -
dmitry.sidorenko created a post, Generating MPS models from Ant
"Generating MPS models from Ant" got "obsolete" suffix in wiki. What is an alternative to it?More precisely, how should we generate from command line?Old "mps.generate" still works, but are there a... -
-
-
dmitry.sidorenko created a post, Behavior works differently when packed into Idea plugin
In my language I have a behavior that provides names for generated classes. public string getBeanName() { this.name + "TLBean"; } That works fine when used in MPS. When packed into Idea plugin... -
dmitry.sidorenko created a post, Importing jars and and absolute path issues
This issues bugs me for a long time.When I import a jar into MPS project, the system stores absolute path to it. Even if the jar resides in the same folder as my poject.Of course this causes issues... -
dmitry.sidorenko commented, -