Sync fails with no such package '@@intellij_aspect//'.
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
I can't reproduce that. Could you please try to uninstall and install plugin again?
@tpasternak Reinstalling the plugin doesn't help.
Hi, can you please share?
- Plugin version
- Channel (stable/beta)
- IntelliJ Version
- the result of
bazel info release
This has been fixed in https://github.com/bazelbuild/intellij/releases/tag/v2024.12.03-stable
Any chance this fix can be back-ported for CLion 2024.1.6 as well? I'm using 2024.11.05.0.3-api-version-241 and getting this exact same error.
probably obsolete? please reopen in case it still reproduces