Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Move Build Configuration to Different Project
Permanently deleted user
Created
Is it possible to move a build configuration to a different project, retaining the configuration's history? Specifically, is it possible via code in a plugin?
Currently it is hard to make it via plugin (there is no such API), but can be easily done manually by editing of config files. All you need is to cut build configuration settings from the corresponding project-config.xml and paste them to another project config. Server does not need to be restarted.
We have a feature request to allow to move build configurations from the web UI, after that corresponding API will be created.
Currently it is hard to make it via plugin (there is no such API), but can be easily done manually by editing of config files. All you need is to cut build configuration settings from the corresponding project-config.xml and paste them to another project config. Server does not need to be restarted.
We have a feature request to allow to move build configurations from the web UI, after that corresponding API will be created.
--
Pavel Sher
Excellent. I will figure out another way to accomplish my goal until moving projects is implemented in the API. Thank you for your help.
Please watch this issue: http://jetbrains.net/tracker/issue/TW-5543
--
Pavel Sher