Bug 25690 - Ant runtime incorrect for older JDK
Summary: Ant runtime incorrect for older JDK
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-11-04 11:10 EST by Darin Swanson CLA
Modified: 2002-11-12 17:18 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-04 11:10:08 EST
See AntCorePreferences#getToolsJarURL

We only look for tools.jar...for older JDK installations this is incorrect.
We need to look for classes.zip if locating tools.jar fails.
Comment 1 Darin Swanson CLA 2002-11-04 13:10:42 EST
Fixed in AntCorePreferences.

This will only become an issue once Ant can be run in a seperate VM as it is 
not possible to fire up eclipse on a 1.1.* VM (as we currently look at the 
java.home system property).

Please verify code.
Comment 2 Joe Szurszewski CLA 2002-11-12 17:18:34 EST
Verified code.