Bug 3228

Summary: Discarding rt.jar from build path triggers too many recompilation (1GAU1J0)
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Philipe Mulet CLA 2001-10-10 22:51:38 EDT
Create one project 'Compiler' with all batch compiler sources. Discard 'rt.jar' from its build path, this will trigger a rebuild which will take
an extremely long time to complete.

It seems it is recompiling the same files over and over again (still making progress but way too slow).

NOTES:

PM (3/19/2001 1:17:32 PM)
	Adding the jar back to the classpath properly recompiled the workspace content and fixed all problems.

PM (3/19/2001 1:22:22 PM)
	Same behavior with the tech-preview.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:08 EDT
PRODUCT VERSION:
JT 0.034

Comment 2 Kent Johnson CLA 2001-12-10 15:37:54 EST
Closed - not reproducable with new builder.

The new builder rebuilds the entire project when the classpath is changed.