Bug 200641 - Referenced Libraries should be divided into two parts: JAXWS Libraries and JRE System Libraries
Summary: Referenced Libraries should be divided into two parts: JAXWS Libraries and J...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: STP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: fiona.kennedy CLA
QA Contact: Oisin Hurley CLA
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2007-08-21 03:20 EDT by Huang Qiong Feng CLA
Modified: 2012-09-21 14:41 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 Huang Qiong Feng CLA 2007-08-21 03:20:30 EDT
When we create a project(java first or wsdl first), JRE System Libraries should be used rather than JRE_LIB. And the JAXWS libraries should be put in an independend library category, such as CXF_LIB.
Comment 1 Oisin Hurley CLA 2007-08-23 11:18:30 EDT
Is the suggestion that a new runtime should cause the creation of a new library category that gets added to the project? Why should we use the JRE System Libraries rather than JRE_LIB?  
Comment 2 Huang Qiong Feng CLA 2007-12-17 03:03:37 EST
Fixed as the following description:

1. JRE_LIB is deprecated in Eclipse 3.3. So we should use JRE System Library instead.

2. A new runtime should cause the creation of a new library container. And when user chooses this runtime when creating a project, the corresponding library container should be added to the classpath of this new project. Furthur more, if the runtime location is changed by user, the classpath of the related projects should be updated to fit with the new runtime location. 
Comment 3 Oisin Hurley CLA 2007-12-17 07:39:33 EST
Does this still work with Eclipse 3.2?