RE: Can't kill ant from cywgin/tcsh

2003-03-17 Thread Richard Campbell
>Control-c only kills the ant script or batch file, and the java.exe >process forked off by ant goes happily along its way. I notice this under bash, with CYGWIN set to "ntsec tty", FWIW. -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

RE: Can't kill ant from cywgin/tcsh

2003-03-17 Thread Richard Campbell
On Mon, 17 Mar 2003, Steve Kelem wrote: >I'm running ant under the latest cygwin on Windows 2000, sp3. > >It runs my junit tests okay, but if I hit control-c, I get a >command-line prompt, but ant keeps running through all the junit tests, >through the junitreport task, etc. > >Any ideas why this i

Re: Can't kill ant from cywgin/tcsh

2003-03-17 Thread Steve Kelem
It's already set to: % echo $CYGWIN tty binmode ntsec nontsecsmb % Steve Igor Pechtchanski wrote: On Mon, 17 Mar 2003, Steve Kelem wrote: I'm running ant under the latest cygwin on Windows 2000, sp3. It runs my junit tests okay, but if I hit control-c, I get a command-line prompt, but ant ke

Re: Can't kill ant from cywgin/tcsh

2003-03-17 Thread Igor Pechtchanski
On Mon, 17 Mar 2003, Steve Kelem wrote: > I'm running ant under the latest cygwin on Windows 2000, sp3. > > It runs my junit tests okay, but if I hit control-c, I get a > command-line prompt, but ant keeps running through all the junit tests, > through the junitreport task, etc. > > Any ideas why