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 97998

Summary: Changes not saved to project.xml
Product: projects Reporter: Jiri Skrivanek <jskrivanek>
Component: Ant FreeformAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 98171    

Description Jiri Skrivanek 2007-03-15 16:10:30 UTC
When you do some changes in existing freeform project they are not persisted
into project.xml. If you terminate IDE, changes are forgotten. To reproduce:

- create a Java Project with Existing Ant Script (freeform project)
- open project Properties and add some source root or change ant targets. It
pretends it is changed but look at project.xml. It is not changed. If you close
project, it is finally saved. But if you terminate IDE, changes are lost.

Build 20070315-1140, WindowsXP, JDK1.5.0_10.
Comment 1 Marian Mirilovic 2007-03-19 12:44:06 UTC
Milane, please look at this.
Comment 2 Milan Kubec 2007-03-21 14:08:57 UTC
Milosi, it seems to be related to fix of issue #90562. You have removed all code
that did the saving in ProjectCustomizerProvider.
Comment 3 Milos Kleint 2007-03-23 10:13:59 UTC
fixed.

IDE: [3/23/07 10:13 AM] Committing started
Checking in modules/project/uiapi/CustomizerDialog.java;
/cvs/projects/projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerDialog.java,v
 <--  CustomizerDialog.java
new revision: 1.12; previous revision: 1.11
done
Checking in spi/project/ui/support/ProjectCustomizer.java;
/cvs/projects/projectuiapi/src/org/netbeans/spi/project/ui/support/ProjectCustomizer.java,v
 <--  ProjectCustomizer.java
new revision: 1.15; previous revision: 1.14
done
IDE: [3/23/07 10:13 AM] Committing finished
Comment 4 Martin Schovanek 2007-03-25 22:35:35 UTC
Please can you verify the fix in M8 build?
Comment 5 Jiri Skrivanek 2007-03-26 09:56:09 UTC
Verified in build 20070326-0540.