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

Bug 264920

Summary: org.eclipse.pde.build/osgi/exceptions.jar missing in source build archive
Product: [Eclipse Project] Platform Reporter: Stephane E. Potvin <sepotvin>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir
Version: 3.4.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Stephane E. Potvin CLA 2009-02-13 20:53:14 EST
Build ID: M20080911-1700

Steps To Reproduce:
After the fix for bug242561, it is not possible to build from the source drop if the CDC-1.0/Foundation-1.0 property point to a jdk earlier than J2SE-1.5, the build fail to find the java.net.Proxy class when building org.eclipse.osgi. There's a stub implemented in org.eclipse.osgi/osgi/exceptions.jar (added in revision 1.8 of the file) but the file is removed as part of the releng build after the build is complete but before the source drop is created (see org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/customTargets.xml) . The class is also listed in the bundleBootClasspath of org.eclipse.osgi.

Steps to reproduce
1. unzip eclipse-sourceBuild-srcIncluded-3.4.1.zip
2. set boot.properties to reference CDC-1.0/Foundation-1.0 earlier than jdk1.4
3. try to build
Comment 1 Kim Moir CLA 2009-08-24 17:06:10 EDT

*** This bug has been marked as a duplicate of bug 271953 ***