Bug 38908 - Ant script reports that the bootclasspath cannot be infer
Summary: Ant script reports that the bootclasspath cannot be infer
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-13 16:09 EDT by Olivier Thomann CLA
Modified: 2003-07-16 07:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2003-06-13 16:09:36 EDT
Using 3.0 M1, an ant script that used to work on 2.1 is not working anymore
reporting that the bootclasspath cannot be infer.
Comment 1 Olivier Thomann CLA 2003-06-13 16:11:22 EDT
The bug comes from the change to get rid of the JRE_LIB. I tried to infer the
bootclasspath when none has been specified. Now I simply let the ant framework
doing it by setting to true the includeJavaRuntime variable.
The user that reported the problem confirms that this change fixes the problem
and he could build successfully.
Fixed and released in HEAD.
Comment 2 David Audel CLA 2003-07-16 07:22:48 EDT
Verified.