Dependency Issue in built scripts
Hi,
I am currently experimenting with generating a stand-alone editor (see also https://confluence.jetbrains.com/display/MPSD34/Building+standalone+IDEs+for+your+languages). My project consists of two languages: the second language uses the first language during generation. This leads now to a problem: in the "mps group" section of the build script, MPS complains for the second language that "dependencies should be extracted into build script: first language".
After searching the forum, I still have no clue how to solve this issue.
Looking forward to any hints.
Thanks, Christian
Please sign in to leave a comment.
Does the "Load required information..." intention, which should appear in the context-menu on the node with error, resolve the issue?
Vaclav
Yes, thanks that solves this problem. I did not see this option. Is there a way that I could have solved this manually?
Christian
which dependencies are set on the build project?
You could manually enter all the dependencies of a particular module down in the Inspector window, but the Intention is the preferred way.
Thanks for the fast answer. I was looking in the dependency section of the build script, but forgot to check the Inspector.