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 138063 - Projects marked as "changed" after a NB restart
Summary: Projects marked as "changed" after a NB restart
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 134642
Blocks:
  Show dependency tree
 
Reported: 2008-06-24 09:14 UTC by Tim Lebedkov
Modified: 2016-07-07 08:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (15.11 KB, text/plain)
2008-06-26 00:22 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2008-06-24 09:14:34 UTC
In a project group 3 out of 6 projects are shown as "changed" after a NB restart:
2 Web-Projects and 1 EJB-Project.

Files shown as changed in one of the web projects:
ant-deploy.xml
build-gwt.xml
build-impl.xml
genfiles.properties
project.xml

in the ejb project following files are marked as changed:
ant-deploy.xml
build-impl.xml
genfiles.properties
project.xml

After "refresh status" in the CVS view all "changed" statuses are cleared.
Comment 1 Maros Sandor 2008-06-24 09:21:36 UTC
My guess is that Web projects module just touches those files but does not actually modify them. Please evaluate.
Comment 2 David Konecny 2008-06-24 21:46:15 UTC
Yes, these files are potentially regenerated after IDE startup without actually changing anything in the files itself.
Is that a problem?
Comment 3 Tim Lebedkov 2008-06-24 23:42:33 UTC
it's not a big problem, but you have to check for possible changes before creating a branch or just to make sure that
changes in all projects that belong together are committed. it's annoying.
Comment 4 David Konecny 2008-06-25 00:04:32 UTC
Implementing issue 134642 should eliminate regeneration of most of the files apart from ant-deploy.xml. Passing to petrh
to evaluate why ant-deploy.xml is always regenerated and whether something could be done about it.
Comment 5 David Konecny 2008-06-26 00:22:22 UTC
Created attachment 63468 [details]
patch
Comment 6 David Konecny 2008-06-26 00:23:26 UTC
Ignore the attachment: I chose wrong issue.
Comment 7 Martin Balin 2016-07-07 08:53:32 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss