Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleImport ONOS into Intellij IDEA
1. File → Setting → Plugin, install the Bazel plugin. (Or download from https://plugins.jetbrains.com/plugin/8609-bazel, and install manually.)
2. restart Intellij IDEA
3. File → Import Bazel Project...
4. choose $ONOS_ROOT for Workspace
5. choose "Generate from BUILD file", and $ONOS_ROOT/BUILD
6. check and click Finish

...