Invoking Plugins via Ant
Hi,
is it possible to invoke custom MPS pluggins ("Actions" in the plugin aspect of a language) via Ant?
Greetings
Yann Massard
is it possible to invoke custom MPS pluggins ("Actions" in the plugin aspect of a language) via Ant?
Greetings
Yann Massard
1 comment
Sort by
Date
Votes
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.
Please sign in to leave a comment.