Hi,

Have we ever considered handling “ctrl-c” to try and cleanly shut down any 
child processes before terminating Gradle?

I've got two use cases in mind:

1. Don't kill the daemon if I want to stop the application launched with gradle 
run
2. Allow launched processes to shutdown cleanly before terminating Gradle

#1 is about avoiding unnecessarily tearing the daemon down.

#2 is more complex in that "forwarding" the request to shutdown to the launched 
process will be dependent on the nature of the launched process.


I hit this all the time when using Gradle to run my application under 
development. 

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to