Hi,

I would also like to see such a possibility since the same has happened
to me too when running an application that didn't properly shut down
when it crashed. I ended up with a lot of useless running instances.

It really might be useful to have 'singleton-applications', especially when
an app occupies resources that cannot be shared (sockets, locked files,
etc.).

Feel free to put a feature request into the IDEA-Tracker at
http://www.intellij.net

In your case, when your application-instance is still working correctly,
you could write an ant-task that sends a shutdown-command to your
application. Configuring this task to be executed before Run might solve
your problem.

Sascha

<[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would like to see a feature that stops the running application before
starting the newly compiled one when I hit Shift-F10.
>
> I have my application listen on a specified port and the second
application crashes because the first one is still holding the port.
>
> Otherwise, the EAP version of IntelliJ is the best IDE I have seen (and
used) so far. Thanks for making such great software.




_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to