-
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
Error when importing Copybara into intellij #27
Comments
There are a couple of issues here:
As a workaround, you can import this project via the 'create from scratch' option. I'll open a bug to:
|
That previous comment wasn't quite correct -- BUILD.foo files can be manually specified in the 'generated from BUILD file' option, they just don't appear as valid choices in the file selector UI. |
Turns out bazel still only supports BUILD files without an extension (when bazelbuild/bazel#552 lands, the plan is for BUILD.bazel to also be supported). In the meantime, I believe the only remaining issue here is improving the error handling when an invalid project file is chosen during project import. |
Thanks! Regarding the 'generated from BUILD file' maybe the error message should On Mon, Oct 24, 2016 at 5:12 PM brendandouglas [email protected]
|
@brendandouglas I'm closing since I think this is stale. Not sure if it's fixed but I'm guessing if it will bother someone they'll reopen. |
Hi,
Trying to import copybara into intellij and getting an error in the second screen of the wizard. Tried to specify both a workspace and a BUILD file and no luck.
IntelliJ IDEA 2016.2.5
Build #IU-162.2228.15, built on October 14, 2016
JRE: 1.8.0_112-release-287-b2 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Plugin version 1.10.2
The text was updated successfully, but these errors were encountered: