Read only project in a standalone MPS IDE
Hey forum!
I have a question regarding the fact that one can build a standalone MPS to distribute it to MPS. I used the wizard way and only customized the distribution file to only build a zip for Windows.
https://confluence.jetbrains.com/display/MPSD32/Building+standalone+IDEs+for+your+languages
Furthermore the build went well and I tried to open the generated IDE on my coworkers PC. It opened successfully, but unfortunately the project was read only. Does someone have an idea what I did wrong here?
Any help is highly appreciated.
Regards
msch95
Appendix: The distribution file code:
zip${build.number}.zip
folderProject1 ${version}
import files fromProject1::/
<any>
folderbin
file$mps_home/bin/mps.vmoptions(644)
file$mps_home/bin/mps.exe.vmoptions(644)
file$mps_home/bin/mps64.vmoptions(644)
file$mps_home/bin/mps64.exe.vmoptions(644)
folderwin
files from$mps_home/bin
exclude**/*.exe
filemodefolders:<default (755)>,files:755
files from$mps_home/bin
include**/*.exe
file$mps_home/mps.bat(755)
Please sign in to leave a comment.
Hi,
most likely your running IDE can see the read-only modules of the open project twice. This happens, for example, when you open a project that is at the same time deployed as a plugin to the running IDE.
Vaclav