Invoking Plugins via Ant

  • 10
  • 1

Hi,

is it possible to invoke custom MPS pluggins ("Actions" in the plugin aspect of a language) via Ant?

Greetings
Yann Massard
It depends on what do you need from this invocation. If you'd like to check some action using unit-tests then it's possible to create EditorTest and call some action from there/compare results with a sample provided in test. Then you can execute such tests from ANT.