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 14425 - Don't put literal *.settings into CVS
Summary: Don't put literal *.settings into CVS
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-15 01:29 UTC by Jesse Glick
Modified: 2001-09-14 10:54 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-08-15 01:29:49 UTC
Please don't store .settings as separate files from the layer and call
them *.settings, it is quite dangerous. If you happen to explore the
resources folder of your module while the IDE is running, the IDE will
recognize them as a settings object, find that the settings do not
match the current state of your development build of the IDE, and
quietly write over the CVS file with serialized state! Use e.g.
*.settings_ instead if they need to be outside the layer. In the case
of the Ant module, spent a long time trying to debug a strange problem
and finally found that the source version of my settings was corrupt.

If I recall correctly you were the one to split off these settings--thank
you but please rename them (you would have the list of what modules this
was done for I guess).
Comment 1 Petr Nejedly 2001-09-14 10:54:02 UTC
Obsoleted by #15376 fixed on 9/11/2001