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

0
5 comments

Does the "Load required information..." intention, which should appear in the context-menu on the node with error, resolve the issue?

Vaclav

 

1
Avatar
Permanently deleted user

Yes, thanks that solves this problem. I did not see this option. Is there a way that I could have solved this manually?

Christian

0

which dependencies are set on the build project?

0

You could manually enter all the dependencies of a particular module down in the Inspector window, but the Intention is the preferred way.

1
Avatar
Permanently deleted user

Thanks for the fast answer. I was looking in the dependency section of the build script, but forgot to check the Inspector.

0

Please sign in to leave a comment.