Bug 172444 - build workspace operation launched after each startup
Summary: build workspace operation launched after each startup
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Eric Jodet CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, performance
Depends on:
Blocks:
 
Reported: 2007-02-01 04:43 EST by Eric Jodet CLA
Modified: 2007-06-06 13:42 EDT (History)
1 user (show)

See Also:


Attachments
Proposed fix (1014 bytes, patch)
2007-02-01 04:46 EST, Eric Jodet CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Jodet CLA 2007-02-01 04:43:31 EST
Start Eclipse and open the Progress view.
Autobuild is on (default).
Stop and restart Eclipse against the same unmodified worskpace.
Observe a Build Workspace operation is launched, though nothing was modified.
Comment 1 Eric Jodet CLA 2007-02-01 04:46:15 EST
Created attachment 57987 [details]
Proposed fix

This patch prevents jdt.core to trigger a build when initializing containers.
Comment 2 Frederic Fusier CLA 2007-02-01 07:28:03 EST
Released for 3.3 M5 in HEAD stream.
Comment 3 Olivier Thomann CLA 2007-02-05 12:00:35 EST
I can still see a "Building workspace job" on startup. So it seems that there is still a rebuild triggered on startup.
Comment 4 Olivier Thomann CLA 2007-02-05 12:58:57 EST
Closing as VERIFIED.
I added an .option file to get tracing of the build activity and I could not get an entry for the builder on startup.
So even if the progress view shows a build job very quickly, there is no actual build on startup.
Comment 5 Olivier Thomann CLA 2007-02-05 12:59:09 EST
Verified for 3.3M5 using I20070205-0009.
Comment 6 Jerome Lanneluc CLA 2007-04-12 07:14:18 EDT
Fix released in Startup_R32x branch.