Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Plugin with id xxx not found #98

Merged
merged 1 commit into from
Oct 30, 2023
Merged

fix: Plugin with id xxx not found #98

merged 1 commit into from
Oct 30, 2023

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Oct 30, 2023

  • Apply the plugin at beginning instead of after evaluation. This should
    fix the error 'Plugin with id xxx not found'. The evaluation stage is used
    to resolve all the tasks and the task dependency graph, which does not
    have impact on the classpath information.

Reference: https://github.com/eclipse/buildship/blob/master/samples/custom-tapi-model/org.eclipse.buildship.sample.custommodel/src/org/eclipse/buildship/sample/JavaPluginInfoLoader.java#L57-L59

- Apply the plugin at beginning instead of after evaluation.

Signed-off-by: Sheng Chen <[email protected]>
@jdneo jdneo requested a review from testforstephen October 30, 2023 02:23
@jdneo jdneo added this to the 0.1.2 milestone Oct 30, 2023
@jdneo jdneo added the bug Something isn't working label Oct 30, 2023
@jdneo jdneo merged commit 2cfa78b into develop Oct 30, 2023
@jdneo jdneo deleted the cs/apply-plugin branch October 30, 2023 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants