Bug 117487

Summary: Classpaths in the build scripts need to be updated
Product: [Eclipse Project] JDT Reporter: Oleg Besedin <ob1.eclipse>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Oleg Besedin CLA 2005-11-22 09:29:01 EST
The following files specify org.eclipse.core.runtime on the classpaths:

   org.eclipse.jdt.core/scripts/javadoc.xml
   org.eclipse.jdt.core/scripts/buildExtraJars.xml

Following the runtime split one or more of the following plugins have to be added to those classpaths:
   org.eclipse.equinox.common 
   org.eclipse.equinox.registry 
   org.eclipse.equinox.preferences 
   org.eclipse.core.jobs 
   org.eclipse.core.contenttype

Also, the javadoc.xml assumes that some specific directory structure exists on a hard drive (uses hardcoded paths).

The buildExtraJars.xml works only if org.eclise.core.runtime plugin is present in the workspace and was compiled before this script.
Comment 1 Oleg Besedin CLA 2005-11-22 10:35:04 EST
For the examples of how to convert classpath to be compatible with the new plugin versioning please see bug 117483.
Comment 2 Olivier Thomann CLA 2005-11-22 10:47:16 EST
These two scripts can be removed.
Philippe, are you ok to delete them?
Comment 3 Olivier Thomann CLA 2005-11-22 15:31:16 EST
Removed the old scripts.
Comment 4 Jerome Lanneluc CLA 2005-12-12 10:16:50 EST
Reopen to assign
Comment 5 Jerome Lanneluc CLA 2005-12-12 10:17:33 EST
Marking as fixed again.
Comment 6 Jerome Lanneluc CLA 2005-12-12 10:19:03 EST
Verified for 3.2 M4 using build I20051212-0010