This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73921 - Finish does not stop the ant process
Summary: Finish does not stop the ant process
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 11:46 UTC by Martin Entlicher
Modified: 2010-04-29 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2006-03-23 11:46:51 UTC
Finish of the debugging session still continues the ant script, therefor the app
keeps hitting breakpoints, etc.
The ant process needs to be stopped.
Comment 1 Martin Entlicher 2006-03-23 15:42:07 UTC
Scheduling for the next release - this needs to be fixed - the ant session needs
to be stopped.
Comment 2 Martin Entlicher 2006-03-23 16:29:58 UTC
Fixed in trunk: The ANT process is stopped when the debugger is finished,
the debugger is finished when the ANT task is stopped.

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java,v
 <--  AdvancedActionPanel.java
new revision: 1.4; previous revision: 1.3

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java,v  <--
 AntDebugger.java
new revision: 1.9; previous revision: 1.8

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/DebuggerAntLogger.java,v
 <--  DebuggerAntLogger.java
new revision: 1.4; previous revision: 1.3

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/RunTargetsAction.java,v
 <--  RunTargetsAction.java
new revision: 1.3; previous revision: 1.2
Comment 3 Quality Engineering 2010-04-29 09:28:31 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.