eclipse-pde-partial-idea icon indicating copy to clipboard operation
eclipse-pde-partial-idea copied to clipboard

Gradle project report "cannot resolve class" for Bundle-Activator

Open chi-bin opened this issue 1 year ago • 1 comments

Describe the bug I am developing with this plugin and gradle(compile and package) in IDEA.My project fileTree like this

xxxxproject:
     - META-INF/MANIFEST
     - src/main/java/....
     - build.gradle
     - plugins.xml

when I try to resolve my project , Bundle-Activator said class not found image

gradle makes my project have subproject named "main" in IDEA , and source code belong to it ,I guess that is reason. how to solve it ? thanks

chi-bin avatar Aug 15 '23 09:08 chi-bin

At present, the v1.x version does not support compilation systems other than IntellIJ, so this error is inevitable😓

It is planned to completely reconstruct the project in the v2.x version to support systems such as Gradle.

JaneWardSandy avatar Aug 21 '23 11:08 JaneWardSandy