Bug 3059 - JRE_LIB not appended to buildPath (1GF7TAZ)
Summary: JRE_LIB not appended to buildPath (1GF7TAZ)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 3047 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:48 EDT by Jeff McAffer CLA
Modified: 2002-05-03 14:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff McAffer CLA 2001-10-10 22:48:37 EDT
The PDE wizard should append the value of JRE_LIB to the <property name="compilePath value="..."> in the build.xml file
	for the default JVM.

	It is not there, and as a result plugins do not compile when running Eclipse on J9.
	After I edit the build.xml to add the missing entry for JRE_LIB I can successfully execute the "Create Jar".

NOTES:
	
	As of build 122, there is no way for PDE to pass JRE_LIB to the build.xml creation class. 

	I am moving this PR to Core for future reference (it is obviously too late for it now).

JM (6/12/2001 5:00:07 PM)
	Defered
Comment 1 DJ Houghton CLA 2001-10-24 06:42:42 EDT
PRODUCT VERSION:

	Eclipse 0.119

Comment 2 Rodrigo Peretti CLA 2002-05-01 15:36:25 EDT
Fixed if using the compiler adapter provided by JDT Core. If the user does not
specify a bootclasspath the value of the variable JRE_LIB is used. Tested with
J9 on Linux build 20020501 and worked fine. In order to use the JDT compiler
adapter use:

<property name="build.compiler"
value="org.eclipse.jdt.internal.core.JDTCompilerAdapter"/>

Moving to JDT Core for closure.
Comment 3 Philipe Mulet CLA 2002-05-01 18:00:30 EDT
Fixed.
Comment 4 Rodrigo Peretti CLA 2002-05-03 14:19:09 EDT
*** Bug 3047 has been marked as a duplicate of this bug. ***