You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/10/01 19:44:33 UTC

DO NOT REPLY [Bug 3900] - Control C

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3900>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3900

Control C

louisth@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From louisth@hotmail.com  2001-10-01 10:44 -------
The "Terminate batch job?" prompt you are seeing is not from ant, but from the 
NT command processor. When you press Ctrl-C, the currently executing process 
(the ant java process) is terminated. Then the command processor asks you if 
you want to execute the rest of the commands in the batch file. Well, there 
aren't many commands left in the batch file! The commands that you are choosing 
to execute or skip simply clean up some environment variables and run "%HOME%
\antrc_post.bat" if it exists. Thus you see no apparent difference no matter 
what your answer is.