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 - TargetMappingWizardPanel fails to restore action mappings in readSettings
Summary: TargetMappingWizardPanel fails to restore action mappings in readSettings
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-08-24 12:32 UTC by zikmund
Modified: 2006-03-24 09:48 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 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.