Bug 117487 - Classpaths in the build scripts need to be updated
Summary: Classpaths in the build scripts need to be updated
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 09:29 EST by Oleg Besedin CLA
Modified: 2005-12-12 10:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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