Bug 26636 - Cached Ant classloader not reset with classpath change
Summary: Cached Ant classloader not reset with classpath change
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-11-18 23:51 EST by Darin Swanson CLA
Modified: 2002-11-25 15:46 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 Darin Swanson CLA 2002-11-18 23:51:22 EST
The AntCorePlugin classloader is not reset for all classpath changes.
It is currently only reset for additional classpath entries and not for changes 
to the Ant runtime classpath entries.
Comment 1 Darin Swanson CLA 2002-11-19 00:17:35 EST
Fixed in AntCorePlugin.
please verify.
Comment 2 Darin Wright CLA 2002-11-25 12:21:18 EST
What about changes in PREFERENCE_ANT_HOME?
Comment 3 Darin Wright CLA 2002-11-25 12:42:37 EST
It looks like the preference change to ANT_HOME does not trigger a change in 
PREFERENCE_URLS or PREFERENCE_ANT_URLS, and does not reset the classloader.
Comment 4 Darin Swanson CLA 2002-11-25 15:22:20 EST
The AntCorePlugin only starts listening to property changes once the 
classloader has been created.

please verify once a Ant script and therefore the classloader has been created.
Comment 5 Darin Wright CLA 2002-11-25 15:46:46 EST
Verified.