-
Notifications
You must be signed in to change notification settings - Fork 316
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
Not available on IntelliJ IDEA 2020.2.3 on macOS #2164
Comments
Also true on 20.2.3 Ultimate Edition. It appears the most recently published versions are only compatible up to 20.1.4: https://plugins.jetbrains.com/plugin/8609-bazel/versions |
I tried building the plugin from source:
After various errors (including #2135 which I fixed locally), now it is stuck at:
|
There's a hack to a manifest file
If only there was a sed in-situ inside zip inside zip mode. |
Maybe it's not available on any other platforms either? #1998 |
Not available on IntelliJ IDEA UE |
@paul-hammant : hack worked and plugin installation successful. but errors importing bazel projects.
|
Build from source failed, too.
|
I attended the Java ppl Birds of a Feather session at the BazelCon event earlier this month. The plugins being behind the Bazel releases was mentioned, and the leads present on the video said they accepted that and would try to do better going forward (paraphrase). |
[permission for sarcasm: self granted] .. they're probably trying to find a build technology that can be activated by commits to VCS and go all the way through to pushing binaries online for use by others ;) |
The current version does not support 2020.2, so it's expected that it doesn't work. Building it from source confirmed that it is not compatible. I think that master has some initial support for 2020.2, so if you want to build against the upcoming IntelliJ platform you can do that by passing |
thanks. but i get the same build error @iuliand-db. i didn't get the full picture of the earlier fix. but copying over jdk tools.jar needs another look at it. |
jetbrains streamlined their releases that required to be honored by bazel / intellij to keep the symbiosis in check. i request some comments from bazel & jetbrains. |
created this PR as a beginning towards fixing / coming up with a general template / blue print so the symbiosis between jetbrains and bazle is maintained once for all coming years. Added versions 2020.2.3 and 2020.2.4 for both ce (community edition) and ue(ultimate edition). proposing to use the conventions as follows:
|
jetbrains publishing artifact |
For me, building from source works. |
We just pushed a new release of the plugin which supports IntelliJ 2020.2. You should now be able to find the plugin when you look for it in the Marketplace within 2020.2. |
@alice-ks I was just prompted to upgrade to 2020.3 :/. How much work is it to get a 2020.3 version out as well? The current release is for up to 2020.2 only: https://plugins.jetbrains.com/plugin/8609-bazel/versions Timing... |
Try this
Current result
Nothing (see screenshot below)
Expected result
Bazel plugin found, as explained in the documentation:
Note
I realize this might be me misunderstanding the install instructions, the wording does not match what I see on screen.
If so, a clarification would be welcome!
Screenshot
This is what it looks like when I search for the plugin:
![image](https://user-images.githubusercontent.com/158201/97453429-0489cc00-1936-11eb-9957-1e4944116fbf.png)
The text was updated successfully, but these errors were encountered: