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 48458 - Incremental builld doesn't work
Summary: Incremental builld doesn't work
Status: CLOSED INVALID
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 14:32 UTC by _ ttran
Modified: 2004-09-04 22:03 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 _ ttran 2004-09-03 14:32:20 UTC
I modified ide/launcher/unix/netbeans and run ant
-f nbbuild/build.xml.  The build process didn't
copy over the new file :-(

  /h/ttran/work/nbsrc/ide/launcher/unix:
  used 8 available 4455192
  drwxr-xr-x  2 ttran ttran  152 Aug 18 15:08 CVS
  -rwxr-xr-x  1 ttran ttran 2412 Sep  3 14:57 netbeans

  /h/ttran/work/nbsrc/nbbuild/netbeans/bin:
  used 88 available 4455196
  -rw-r--r--  1 ttran ttran 36864 Sep  3 15:29 nb.exe
  -rwxr-xr-x  1 ttran ttran  2412 Sep  3 15:29
netbeans
  -rw-r--r--  1 ttran ttran  2062 Sep  3 14:45
netbeans.cmd
  -rw-r--r--  1 ttran ttran 45056 Sep  3 15:29
netbeans.exe
Comment 1 rbalada 2004-09-03 18:23:44 UTC
Trung,
I either read wrong or your report is invalid.

The modified file is:
 2412 Sep  3 14:57 ide/launcher/unix/netbeans

The file copied over is:
 2412 Sep  3 15:29 nbbuild/netbeans/bin/netbeans

The file size is the same and the file in nbbuild/netbeans/bin has
newer timestamp. As far as I can tell, this is expected behavior.

Feel free to reopen with compelling report.
Comment 2 _ ttran 2004-09-04 22:03:43 UTC
Oops.  I obviously overlooked the timestamps.  Sorry