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 66603

Summary: Ant properties lost when reopening Options dialog
Product: projects Reporter: Roman Strobl <rstrobl>
Component: AntAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Roman Strobl 2005-10-12 13:17:59 UTC
[NetBeans 200510111800; FC4; JDK 1.5.0_05]

Issue Summary:
--------------
Ant's properties are lost after setting a property and reopening Options dialog.

Steps to Reproduce:
-------------------
1. Start IDE with fresh userdir.
2. Open new Options dialog.
3. Go to Advanced | Ant.
4. Click on manage properties and add line "test=test".
5. Click OK to close Options dialog.
6. Reopen Options dialog and check ant properties.
-> Added line is missing.
Comment 1 Roman Strobl 2005-10-13 10:57:30 UTC
Regression from beta.
Comment 2 Jan Jancura 2005-10-17 14:40:17 UTC
fixed in trunk:


IDE:-------------------------------------------------
IDE: [17.10.05 15:35] Commiting started
Checking in AntCustomizer.java;
/cvs/ant/src/org/apache/tools/ant/module/AntCustomizer.java,v  <-- 
AntCustomizer.java
new revision: 1.14; previous revision: 1.13
done
IDE: [17.10.05 15:35] Commiting finished
Comment 3 Roman Strobl 2005-10-21 15:42:07 UTC
Verified.