how to deliver models for intellij language plugins ?
Hi,
I created languages, I packaged them with a build script to build intellij plugins.
I can deploy them and use them in intellij projects.
Now I want to allow people using the intellij plugins to import "common" models which are delivered with the intellij plugins.
So I created a solution called "common", and added its definition in the build model.
When I generate the intellij plugins in MPS, I have the corresponding common.jar and common-src.jar.
But after deploying them to intellij, I can't add the common model as a dependency to the models inside intellij projects. It is not available.
(I can see one which looks like what I want to do : jetbrains.mps.tools.common).
How can I achieve this please ?
Thanks for your help.
I created languages, I packaged them with a build script to build intellij plugins.
I can deploy them and use them in intellij projects.
Now I want to allow people using the intellij plugins to import "common" models which are delivered with the intellij plugins.
So I created a solution called "common", and added its definition in the build model.
When I generate the intellij plugins in MPS, I have the corresponding common.jar and common-src.jar.
But after deploying them to intellij, I can't add the common model as a dependency to the models inside intellij projects. It is not available.
(I can see one which looks like what I want to do : jetbrains.mps.tools.common).
How can I achieve this please ?
Thanks for your help.
Please sign in to leave a comment.
While packaging the module inside a build script you an specify "jar locations" inside inspector:
Hope this will help you.