Bug 16130 - build xerces/plugin.properties slow
Summary: build xerces/plugin.properties slow
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 16136 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-16 06:44 EDT by John Wiegand CLA
Modified: 2002-05-21 13:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wiegand CLA 2002-05-16 06:44:52 EDT
0515

Create a full source workspace.
Edit xerces/plugin.properties
Save.
The build takes approximately 5 seconds as it builds each project dependent on 
xerces.
These are all nops.

Ran the test on another machine (without Novell client) and it was much faster 
(virtually instant).  

I would expect this to be fast anyway since this should just look at a (small) 
delta and determine that it is a nop.
Comment 1 Kent Johnson CLA 2002-05-16 11:15:24 EDT
*** Bug 16136 has been marked as a duplicate of this bug. ***
Comment 2 Kent Johnson CLA 2002-05-17 16:17:42 EDT
Fixed.

We now know whether a prereq project was 'built' but didn't have any source 
folders so we can skip it.

Also fixed a problem with the lastStructuralBuildNumber optimization... it was 
possible with auto-build off to confuse prereq projects if you did a fulll 
build of a single project, then a minor incremental build, before propagating 
the changes to the dependents.