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 - Ant properties lost when reopening Options dialog
Summary: Ant properties lost when reopening Options dialog
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-10-12 13:17 UTC by Roman Strobl
Modified: 2005-10-21 15:42 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 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.