-
Notifications
You must be signed in to change notification settings - Fork 304
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
external dependencies broken on mac OSX #16
Comments
Hi thunterdb, The project needs a plugin SDK set (in Project Settings > Project SDK). Then IntelliJ's bundled guava library should resolve that import. |
I'll close this one -- please reopen if it was misdiagnosed, and setting the project's SDK to a plugin SDK didn't fix it. |
That sounds good, thank you. On Fri, Oct 14, 2016 at 2:20 PM, brendandouglas [email protected]
|
I used the plugin with the closest version of IntelliJ I could find (see my pull request) and I tried to load the bazel view provided in
/ijwb
. While the bazel UI seems to work, all the external dependencies such as google commons are shown as missing:It seems so obviously broken that I am wondering if something could be wrong on mac. Do you have some suggestion on where to look in the code?
Setup:
OSX 10.11 (El Cap)
bazel 0.3.1
intellij idea: 2016.1.4 and 2016.2.3 (latest)
I tried with both the official and locally build version of the plugin
The text was updated successfully, but these errors were encountered: