Bug 30697 - Classpath marker update could trigger automatic refresh for external JARs
Summary: Classpath marker update could trigger automatic refresh for external JARs
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 05:17 EST by Philipe Mulet CLA
Modified: 2003-02-13 05:23 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 2003-01-31 05:17:22 EST
Build 20030129

When the builder kicks in and notices some missing JAR got added (or 
reciprocally), it could inform the JavaModel so that during the next 
POST_CHANGE notification it will automatically refresh external JAR status (as 
can be done using the JavaModel API manually).

This would make our behavior much more consistent.
Comment 1 Jerome Lanneluc CLA 2003-02-03 11:15:42 EST
Changed the 2 methods on the Java builder that update the markers 
(JavaBuilder.isWorthBuilding() and BatchImageBuilder.build()) to notify the 
delta processor that external jars need to be refreshed.
Comment 2 David Audel CLA 2003-02-13 05:23:56 EST
Verified.