weird error message during build action

Hey!

What's the problem with this error message?

Anyone an idea? I'm just trying to build a small standalone IDE with my installed plugins and without any languages and solutions.

Error running DSLDistribution: Can not find xml-file for script jetbrains.mps.execution.lib.NodeByConcept_Configuration

Thanks

Regards msch95

0
5 comments
Official comment
The workaround is to remove the existing run configuration that corresponds to the build script (via the run configuration menu) and recreate with ctrl+shift+f10 or in the run configurations dialog.

If you take a look at the inspector of your build script (concept BuildProject), you can find a path to a file in light grey. That's the file that MPS cannot find.

0
Avatar
Permanently deleted user

I have the same problem! I want to package my DSL as a plugin. I followed this video and wrote the build script. Now, when I run it, I get the exact same error:

Can not find xml-file for script jetbrains.mps.execution.lib.NodeByConcept_Configuration
0

We surely have problem with this error appearing. https://youtrack.jetbrains.com/issue/MPS-24728 here is the way I was able to reproduce the error. If you had some different scenario please provide more details about it.

1
Avatar
Permanently deleted user

Thanks, Michael and Maria! What Michael suggested worked.

0

Please sign in to leave a comment.