How can i copy a File after Crtl-F9 ?
Dear Mps-Experts,
i have to copy a json - configuration file into the class_gen / source_gen directory after MPS has done the built. How can i automate that? Is it necessary to run a shell script externally. I thought about using a post-processing script - but that is not the place to copy files i guess.
Any hint?
Dan
i have to copy a json - configuration file into the class_gen / source_gen directory after MPS has done the built. How can i automate that? Is it necessary to run a shell script externally. I thought about using a post-processing script - but that is not the place to copy files i guess.
Any hint?
Dan
Please sign in to leave a comment.
I'm also interested in this feature. I need to copy some stuff, too. (e.g. CSS file for html-documentation) etc.
Some ideas anyone?
What you could do is build your project via Ant and add the corresponding <copy>-Tasks to the script...
It would be nice, if one could just use the build language for such purposes, e.g. by providing the possibility to reference a target for pre or post processing.
Steps to take in order to use this functionality.
That's all. Next time your model is built, the file should be copied to the output directory.