Share Run/Debug configuration between projects ?

Hi,
I have several projects and I'd like to share a debug configuration between all of them (without using a cvs).  Is it somehow possible ?

cheers,
Tex

0
Avatar
Permanently deleted user

I got it. Select the "share" checkbox in the Run/Debug Configuration Preferences and then

cp myProject/.idea/runConfigurations/myConfig.xml myOtherProject/.idea/runConfigurations/

that was easy ;)

0
Avatar
Permanently deleted user

Hi,
in Idea 12, the run configs are in the workspace.xml file making it more difficult to share them between projects.

Is there a better way than editing manually the xml files?

cheers

0

Hi.

> in Idea 12, the run configs are in the workspace.xml
"Share" check box is still available in the dialog, welcome to set it on.

Regards,
Alexander.

0
Avatar
Permanently deleted user

Hi,
I did check the "Share" checkbox in one project but the run config is still not visible in the other one.

0

Hi,

I also want to share some config accross projects and I tried the 'shared' checkbox without visible effect.

Is it possible to add new configurations to the Defaults list ?

Thanks.

0

请先登录再写评论。