Bug 189211 - Can't get runtime classpath.
Summary: Can't get runtime classpath.
Status: CLOSED DUPLICATE of bug 189172
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: 2.0   Edit
Hardware: All Windows XP
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: wst.server CLA
QA Contact: Tim deBoer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 15:57 EDT by Jason Duan CLA
Modified: 2007-06-12 12:13 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 Jason Duan CLA 2007-05-25 15:57:15 EDT
Build ID: wtp 2.0

Steps To Reproduce:
Recently, RuntimeBridge has been moved from jst.server.core to wst.server.core. And it is missing the below code in getRuntimeComponents().  This causes runtime container is not returned.

			RuntimeClasspathProviderWrapper rcpw = JavaServerPlugin.findRuntimeClasspathProvider(runtime.getRuntimeType());
			if (rcpw != null) {
				IPath path = new Path(RuntimeClasspathContainer.SERVER_CONTAINER);
				path = path.append(rcpw.getId()).append(runtime.getId());
				properties.put(CLASSPATH, path.toPortableString());
			}


ref: 00303067

More information:
Comment 1 Tim deBoer CLA 2007-05-30 13:52:26 EDT

*** This bug has been marked as a duplicate of bug 189172 ***
Comment 2 John Lanuti CLA 2007-06-12 12:13:37 EDT
Duplicate. Closing.