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 179884 - have to do a clean and build after manually editing a .properties file
Summary: have to do a clean and build after manually editing a .properties file
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 17:55 UTC by bjs16384
Modified: 2010-01-28 17:58 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 bjs16384 2010-01-26 17:55:47 UTC
I have a Desktop Application, and after manually doing anything with any of the .properties files, I have to do a Clean and Build on the project before any of the changes will show up.
Comment 1 Tomas Pavek 2010-01-27 08:56:13 UTC
What exactly do you mean by "changes to show up"?

If a GUI form is opened in designer, it must be re-opened (reloaded) if you change some .properties file manually (externally), so it can read the new properties. But I don't see why clean&build should be needed here.

So please describe what is your situation (steps to reproduce) specifically. Thanks
Comment 2 bjs16384 2010-01-28 17:58:03 UTC
An example of the changes would be adding a key to the .properties file to be used in code not written in the gui builder. Before doing a clean and build, the result of getting the key is null. After just doing a clean and build, getting the key returns the value assigned to it in the .properties file.