bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://github.com/bazelbuild/intellij/blob/master/docs/index.md
Apache License 2.0
764 stars 309 forks source link

Sync fails with no such package '@@intellij_aspect//'. #6705

Open kitbuilder587 opened 3 months ago

kitbuilder587 commented 3 months ago

Description of the bug:

When I try to sync my project on new beta version of plugin, it fails with:

WARNING: errors encountered while analyzing target 'xxx', it will not be built.
no such package '@@intellij_aspect//': The repository's path is "intellij_aspect" (absolute: "/Users/zajdelovm/Library/Application Support/JetBrains/IdeaIC2024.2/plugins/ijwb_bazel.jar/aspect") but it does not exist or is not a directory.

When run it on previous versions of plugin it is completes with ok.

Which category does this issue belong to?

No response

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

No response

Which Intellij IDE are you using? Please provide the specific version.

idea 2024.2

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

2024.08.27.0.1-api-version-242

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

tpasternak commented 3 months ago

I can't reproduce that. Could you please try to uninstall and install plugin again?