yamass

Avatar
  • Total activity 44
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 17
  • Created

    Creating an MPS language Idea-Plugin with Actions/KeyMaps/...

    Hi,my language has a plugin facet which defines actions, action groups, key maps, and so on. However I cannot build the language as an idea plugin because while compiling (running the build script)...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How to invoke ModelChecker from plugin

    Hi, I am trying to force the ModelChecker to be executed before my plugin runs. Is there any way to do this?CheersYann
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Invoking Plugins via Ant

    Hi,is it possible to invoke custom MPS pluggins ("Actions" in the plugin aspect of a language) via Ant?GreetingsYann Massard
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Making changes to generated code

    Hi,is there a way to make changes to generated code that won't be discarded by the generator?If not: Are there plans to provide such a feature?Best regardsYann Massard
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Unit Tests for Generators

    Hi,is there a way to write unit tests for generators? For example I would like to do something like this: Define a test model Use it as input for the generator test case Make assertions on the...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    Problems with migration from MPS 1.5 to 2.0

    Hi,I just tried to migrate my MPS 1.5-Project to MPS 2.0. Following problems: All references to external libraries are broken. I needed to completely reenter the dependencies to my dependency solu...
    • 3 followers
    • 7 comments
    • 0 votes
  • Created

    Maven and Ant

    Hi,when I started my work with MPS I found a page describing how to use maven or ant to automatically execute the MPS generator. I can't find this page anymore. Has maven support been removed?
    • 5 followers
    • 11 comments
    • 0 votes
  • Created

    Programmatically Generating MPS models

    Hi,I would like to migrate from a huge Java code base (Hibernate entities) to my simple MPS model (from which I will generate the Java source code again).However, migrating manually seems to be ver...
    • 10 followers
    • 13 comments
    • 0 votes
  • Created

    Enum Value Array Property

    Hi,is it possible to make Concepts have properties of type "array of Enum value"?Example: concept ReferenceAttribute      properties:   cascading    : CascadingType[] // CascadingType is an enum
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Bypassing nodes during generation

    Hi,I am generating from my own custom language to baselanguage. However, I reused the EnumClass concept from baselanguage in my custom language.During generation, I simply want to pass each EnumCla...
    • 2 followers
    • 3 comments
    • 0 votes