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 47784

Summary: TargetMappingWizardPanel fails to restore action mappings in readSettings
Product: projects Reporter: zikmund <zikmund>
Component: AntAssignee: David Konecny <dkonecny>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42682    

Description zikmund 2004-08-24 12:32:22 UTC
Build 200408231800

1) Open wizard Java Project with Existing Ant Script
2) Go to 3rd page "Build and Run Actions"
3) Modify default values (e.g. change build target)
4) Next
5) Back
6) ERROR:
changes are lost, default value set again.
Comment 1 David Konecny 2004-08-25 12:57:15 UTC
Fixed in:
src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java;
new revision: 1.9; previous revision: 1.8
Comment 2 zikmund 2004-09-16 15:41:44 UTC
Verified.