eclipse-pde / eclipse.pde

Eclipse Public License 2.0
28 stars 76 forks source link

Plugin demo project export error[bug] #1422

Open TigerGod opened 1 month ago

TigerGod commented 1 month ago

1、create plugin project image

image

image

image

2、export project directly image

3、click finish button image

4、error occured and the export dialog doesn't hide. image

the error log content is this : image

I'm so confused.It worked good in about version 2024-3.

TigerGod commented 1 month ago

and the Launching Part is Empty. image

TigerGod commented 1 month ago

the reason may be this: image product definition previous is set as plugin and feature,and now i set it as only plugins,and config it in content part,and i also config the configuration part. image now i can export without error log. but when i run the exported .exe,the problem is this: image image but i have import the Jakarta packages. image so what should i do?

TigerGod commented 1 month ago

so there are several bug: 1、Launching part is empty. 2、if product definition is configured as plugins and features ,the export will fail.It only works under only plugins. 3、Jakarta packages can not be resolved.