Bug 3228 - Discarding rt.jar from build path triggers too many recompilation (1GAU1J0)
Summary: Discarding rt.jar from build path triggers too many recompilation (1GAU1J0)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Philipe Mulet CLA
Modified: 2002-01-14 11:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.