4 Replies Last post: Feb 15, 2013 6:32 PM by Andriy Bazanov  
Guillaume Brossard Newbie 2 posts since
Feb 15, 2013
Currently Being Moderated

Feb 15, 2013 5:55 PM

Batch Run / Run multiple configurations in one click

My team is currently working on a wide Node.js system distributed on many nodes and deployed in the Cloud. When developing, it is very useful to be able to start all the nodes on the developer machine. It allow easy debugging and live logging in the console. We therefore have one Run Configuration for each node type.

 

Main annoyance in this setup is that all Run Configurations must be started manually. Is there any way to start multiple Run Configuration at once? It would be really useful.

 

Thanks,

Guillaume Brossard

Andriy Bazanov Master 2,625 posts since
May 28, 2010
Currently Being Moderated
Feb 15, 2013 6:07 PM in response to: Guillaume Brossard
Re: Batch Run / Run multiple configurations in one click

Hi Guillaume,

 

Currently it is not possible. You can try doing it by recording a macros -- may work, although unsure at all.

 

In any case: http://youtrack.jetbrains.com/issue/IDEA-94341

Andriy Bazanov Master 2,625 posts since
May 28, 2010
Currently Being Moderated
Feb 15, 2013 6:32 PM in response to: Guillaume Brossard
Re: Batch Run / Run multiple configurations in one click

Each Run/Debug configuration has "Before Launch" option (not sure abot v5, but v6 has it) -- maybe you can combine your extra steps into single script (to be launched via External Tools functionality .. or as Phing target) so it can be run just before last step (which would be the actaul Run/Debug configuration) ?

 

screen01.png

Vassiliy Kudryashov Newbie 52 posts since
Mar 30, 2012
Currently Being Moderated
Feb 15, 2013 6:18 PM in response to: Guillaume Brossard
Re: Batch Run / Run multiple configurations in one click

As you have noticed, it's https://youtrack.jetbrains.com/issue/IDEA-94341

Thanks for your vote!

More Like This

  • Retrieving data ...