Bug 28384 - Build is skipped after autobuild is turned on
Summary: Build is skipped after autobuild is turned on
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 6091
  Show dependency tree
 
Reported: 2002-12-16 11:17 EST by John Arthorne CLA
Modified: 2003-01-07 15:03 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2002-12-16 11:17:16 EST
Build I20021216

Steps (must use standalone test case)

1) create a project with a file
2) install a builder on the project
3) turn off autobuild
4) modify the file
5) turn on autobuild
6) run an empty operation

Step 6) should cause a build to happen, since the workspace is not fully built,
and autobuild is on.  We currently optimize out this case, because step 6) in
itself does not modify the workspace.  If autobuild has just been turning on, or
the build order has changed, we should always trigger a build.
Comment 1 John Arthorne CLA 2002-12-16 11:17:57 EST
This is needed for bug 6091, which has an M5 target.
Comment 2 John Arthorne CLA 2003-01-07 15:03:54 EST
Fixed.  Turning on autobuild will now always cause a build to occur at the end
of the next operation