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 70629 - Target is executed when properties are set
Summary: Target is executed when properties are set
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 12:45 UTC by _ lcincura
Modified: 2005-12-23 14:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The diff of the fix. (1.51 KB, patch)
2005-12-20 17:04 UTC, Martin Entlicher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-12-20 12:45:30 UTC
NetBeans IDE 5.1 [200512180900] on jdk 1.5.0_05

1) select ant build script in explorer
2) invoke it's context menu and choose Debug Target|Advanced...
3) in the dialog click debug => the script is executed without stopping
Comment 1 Martin Entlicher 2005-12-20 15:41:04 UTC
Reproduced. Starting to search for source of the problem...
Comment 2 Martin Entlicher 2005-12-20 17:03:14 UTC
Fixed in trunk:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java,v
 <--  AdvancedActionPanel.java
new revision: 1.2; previous revision: 1.1
Comment 3 Martin Entlicher 2005-12-20 17:04:29 UTC
Created attachment 27987 [details]
The diff of the fix.
Comment 4 _ lcincura 2005-12-21 09:04:47 UTC
Verified in trunk build 200512201900
Comment 5 Jan Jancura 2005-12-21 09:55:37 UTC
Fix looks good.
Comment 6 Martin Entlicher 2005-12-22 11:44:41 UTC
Thanks for the review and verification, the fix is merged into release50 branch:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java,v
 <--  AdvancedActionPanel.java
new revision: 1.1.56.1; previous revision: 1.1
Comment 7 Max Sauer 2005-12-23 14:24:13 UTC
Verified in 5.0 200512222030 && trunk 200512221900.