Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 291665

Summary: [Tooling] Launcher doesn't compile with PDE I Build
Product: [RT] RAP Reporter: Benjamin Muskalla <b.muskalla>
Component: ToolsAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch none

Description Benjamin Muskalla CLA 2009-10-07 15:09:53 EDT
The org.eclipse.rap.ui.launch bundle doesn't compile against newer version of PDE 3.6 (currently using I20090929-0800)

OSGiFrameworkManager cannot be resolved to a type
RAPLaunchConfigValidator.java

PDEUIMessages.JUnitLaunchConfiguration_error_notaplugin cannot be resolved to a variable
RAPJUnitLaunchConfigurationDelegate.java

The import org.eclipse.pde.internal.ui.launcher.OSGiFrameworkManager cannot be resolved
RAPLaunchConfigValidator.java

The method getOSGiFrameworkManager() is undefined for the type PDEPlugin
RAPLaunchConfigValidator.java

Chris, any suggestions what we should use to get the IPDELauncherConstants.OSGI_FRAMEWORK_ID of the underlying Equinox launch config ?
Comment 1 RĂ¼diger Herrmann CLA 2009-10-08 14:01:57 EDT
Created attachment 149151 [details]
Patch

Removes validation of the OSGI framework
Comment 2 RĂ¼diger Herrmann CLA 2009-10-08 14:02:47 EDT
Fixed in CVS HEAD