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 30233 - UpdateTracking.write always recreates the tracking file
Summary: UpdateTracking.write always recreates the tracking file
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks: 30999
  Show dependency tree
 
Reported: 2003-01-21 02:52 UTC by Jesse Glick
Modified: 2005-02-10 15:48 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 Jesse Glick 2003-01-21 02:52:35 UTC
Even if you have made no changes to a module X,
after running

ant -f nbbuild/build.xml -Dmodules=
-Dfixedmodules=X merge

you will see

Copying 1 file to .../nbbuild/netbeans

which is in fact X/netbeans/update_tracking/X.xml.

To improve incremental builds, UT.write() should
check if the file it is writing actually differs
from the existing one (if any), and if so not do
so (or put the timestamp back).

However if update_tracking/*.xml are to be
generated directly to nbbuild/netbeans (with
redesigned build system) then it does not matter
so much and this could be closed WONTFIX.
Comment 1 rbalada 2005-02-10 15:48:04 UTC
Setting WONTFIX per suggestion