Skip to content
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

Support “regular” import #5

Closed
ittaiz opened this issue Jul 12, 2016 · 3 comments
Closed

Support “regular” import #5

ittaiz opened this issue Jul 12, 2016 · 3 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) type: bug

Comments

@ittaiz
Copy link
Member

ittaiz commented Jul 12, 2016

Support importing via “regular” import and choosing a folder and have intellij show you bazel as an option. Currently you have blaze as an option and once that is chosen a runtime exception is thrown saying: Build system 'Blaze' not supported by this plugin

@brendandouglas brendandouglas added type: bug P1 I'll work on this now. (Assignee required) labels Jul 12, 2016
@brendandouglas brendandouglas self-assigned this Jul 12, 2016
@brendandouglas
Copy link
Contributor

Should be fixed in the latest build.

@ittaiz
Copy link
Member Author

ittaiz commented May 14, 2017

I'm sorry for waking up this old issue but when you wrote "fixed" you meant that one can use the below option ("Import Bazel Project")?
screen shot 2017-05-14 at 09 30 04

Because I was referring to the ability to "import project from external model" which currently for me only shows Eclipse, Gradle and Maven.
screen shot 2017-05-14 at 09 31 04

@brendandouglas
Copy link
Contributor

We've looked at hooking into IntelliJ's 'external system' API in the past, but it isn't suitable for our project model.

We could try to hook into this particular import action without fully implementing an 'external system' (it would be nice to integrate more cleanly into the existing actions), but it may not be practical.

For now, there's an easy workaround (the 'Import Bazel Project' item directly below File > New).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) type: bug
Projects
None yet
Development

No branches or pull requests

2 participants