marc0der / gradle-spawn-plugin

Gradle plugin for spawning and killing command line processes.
Apache License 2.0
62 stars 29 forks source link

Starting multiple servers #3

Open brunano21 opened 9 years ago

brunano21 commented 9 years ago

What happens when you try to run multiple different servers? how to kill just one of them then?

Thanks.

marc0der commented 9 years ago

We don't support multiple servers yet, but this would be pretty trivial to add.

tracybporter commented 8 years ago

Are you considering adding this feature any time soon?

I dug through the code and saw where perhaps this feature was added. It would be helpful if you released the plugin and provided an example of setting the pid file name for both the spawn and kill tasks.

marc0der commented 8 years ago

The changes were contributed by @gurrie but unfortunately we still have some failing tests. I'll see if I get some time to fix it and publish a new version over the weekend.

chiquitinxx commented 8 years ago

I have created a pull request fixing that test. Good be nice to have new release :)

tracybporter commented 8 years ago

I saw the pull request was merged. Do you have plans for creating a new release?

marc0der commented 8 years ago

Okay, I've released version 0.7.0 of the plugin, but want to ask that the README is also updated to reflect the new changes. Maybe @chiquitinxx can make some updates according to what he has implemented.