Jin

Results 113 comments of Jin

We don't have concrete plans to drop backwards compat yet. Is this a necessary change?

How does maven ensure that it's safe to ignore the circular dep? Until we follow the same algorithm, I think making this a feature of RJE might lead to hard-to-debug...

Reopening this issue as multiple users have reported that the issue hasn't been resolved. May also be related to https://github.com/bazelbuild/intellij/issues/1256

I believe this is a remote cache issue. I ran into the same `missing dependency declarations` issue with rules_jvm_external's Windows examples builds. https://github.com/bazelbuild/rules_jvm_external/pull/113

Can you post the logcat output here? https://developer.android.com/studio/command-line/logcat

FWIW, I can resolve the Bazel project on Windows using 2018.2 minus a few path separator issues. ![ijwb-windows](https://user-images.githubusercontent.com/347918/56700487-7b526300-66c8-11e9-83c8-f09a57a95ff4.png) I think we can close this issue now and open new issues...

@Hemanth715 where is your `bazel.exe` installed? Can you try providing the full path to `bazel.exe` in "Settings -> Other Settings -> Bazel Settings"?

cc @meteorcloudy

Reproduced. For some reason, homebrew Bazel does not have `bazel_version` in the `native` Skylark module. Opened https://github.com/bazelbuild/bazel/issues/4566