Re: terminating running builds better

2007-11-06 Thread Steve Loughran
tests for it. This is clearly an important use case. Jesse Glick <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 11/03/2007 01:19 PM Please respond to "Ant Developers List" To dev@ant.apache.org cc Subject Re: terminating running builds better Ste

Re: terminating running builds better

2007-11-04 Thread Martijn Kruithof
. Darins http://www.runnerwhocodes.blogspot.com/ Jesse Glick <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 11/03/2007 01:19 PM Please respond to "Ant Developers List" To dev@ant.apache.org cc Subject Re: terminating running builds better Steve Loughran w

Re: terminating running builds better

2007-11-03 Thread Darin Swanson
reports the cancelled message to the user. Darins http://www.runnerwhocodes.blogspot.com/ Jesse Glick <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 11/03/2007 01:19 PM Please respond to "Ant Developers List" To dev@ant.apache.org cc Subject Re: terminating

Re: terminating running builds better

2007-11-03 Thread Jesse Glick
Steve Loughran wrote: What do IDEs do to stop ant builds? just kill the thread/process? NB behaves as follows: 1. It sets a special flag. The next time any BuildListener/BuildLogger method is called on the IDE's listener, it will throw a BuildException, which usually stops the build. 2. If

Re: terminating running builds better

2007-11-02 Thread Steve Loughran
Steve Loughran wrote: I'm midway through adding the smartfrog features to run ant builds remotely; buildexceptions will get wrapped and sent back over the wire to the caller via our friend RMI. as will, ultimately, the logs. you can use this to run build files as part of a big deployment, an