Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 127257 - Eclipse Product export wizard generates error: Problems during export, Reason Unable to find plug-in: org.eclipse.jdt.core_3.2.0.v-631. Please check the error log for more details
Summary: Eclipse Product export wizard generates error: Problems during export, Reason...
Status: RESOLVED DUPLICATE of bug 89428
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 blocker (vote)
Target Milestone: 3.1 M4   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 09:09 EST by Powell Quiring CLA
Modified: 2006-02-10 12:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Powell Quiring CLA 2006-02-10 09:09:38 EST
Create a feature based .product file with the org.eclipse.jdt feature in it's closure.  My goal is to create a new sdk product so that .product file is pasted below.

Use the product export wizard to export the project and an error dialog box is generated with the following content:

Problems during export

Reason:
Unable to find plug-in: org.eclipse.jdt.core_3.2.0.v-631.  Please check the error log for more details

The error log doesn't contain an entry.

I noticed that the version number of the plugin it seems to be looking for is actually v_631 not v-631  Here is the relavent portion of eclipse\features\org.eclipse.jdt_3.2.0.v20051212-0800-05frhQbfqg\feature.xml: 

   <plugin
         id="org.eclipse.jdt.core"
         download-size="0"
         install-size="0"
         version="3.2.0.v_631"
         unpack="false"/>

Here is a copy of the .product file that can be used to reproduce the problem:

<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.1"?>

<product name="exportBug" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" useFeatures="true">

   <configIni use="default"/>

   <plugins>
   </plugins>

   <features>
      <feature id="org.eclipse.sdk" version="3.2.0.v20051121--fXTSkTJY9"/>
   </features>

</product>
Comment 1 Pascal Rapicault CLA 2006-02-10 12:38:08 EST
This bug has already been fixed in HEAD, post M4.


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