Community
Participate
Working Groups
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>
This bug has already been fixed in HEAD, post M4. *** This bug has been marked as a duplicate of 89428 ***