eclipse rcp - Export RCP with plug-in project as dependency failure -


i had rcp application uses plug-in project dependency. have added plug-in project manifest.mf of rcp program , works well. when exported program, posted error:

enter image description here

the build.properties follows:

output.. = bin/ bin.includes = meta-inf/,\                .,\                application.e4xmi,\                plugin.xml,\                com.hpi.hpdm.console.dependencies;bundle-version="1.0.0" source.. = src/ source.. = src/ jars.compile.order = . source.com.hpi.hpdm.console.dependencies;bundle-version="1.0.0"/ =  

comment: com.hpi.hpdm.console.dependencies plug-in project, com.hpi.hpdm.console main project.

i don't know "\com.hpi.hpdm.console\"1.0.0"\=" not exise! means. clues appreciated.

updated:

the build.properties: enter image description here

the .product file contents tab: enter image description here

when exporting rcp .product file must list every plugin (or feature) used rcp.

if using feature based product configuration:

open feature.xml code , add plugins feature (in case feature 'com.hpi.hpdm.console.feature').

if using plugin based product configuration:

open .product file editor , switch 'contents' tab. if main plugin listed there should able use 'add required' button update list. make sure plugins have been included (along lot of standard eclipse plugins).


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

javascript - jQuery get link id -