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

Bug 178651

Summary: Migrate GEF build to new Eclipse Target
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: MiscAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3.0 (Europa) M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Anthony Hunter CLA 2007-03-21 16:02:25 EDT
Similar to Bug 170831 , when running the GEF build on 3.3 M5, we get the error
[java] Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/launcher/Main
Comment 1 Anthony Hunter CLA 2007-03-21 16:04:49 EDT
Two changes are required:

switch from startup.jar to org.eclipse.equinox.launcher_*.jar 
from eclipse/startup.jar
to eclipse/plugins/org.eclipse.equinox.launcher_*.jar

switch Main classes 
from org.eclipse.core.launcher.Main 
to org.eclipse.equinox.launcher.Main 
Comment 2 Anthony Hunter CLA 2007-03-29 10:31:34 EDT
The GEF Build has been migrated to Eclipse M6 and HEAD of org.eclipse.releng.basebuilder