Versions Compared

Key

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

...

Code Block
languagebash
tools/build/onos-buck test

If you want to import the project into IntelliJ, you can generate the hierarchical module structure via the following command:

Code Block
languagebash
tools/build/onos-buck project

Then simply open the onos directory from IntelliJ IDEA.

Guides

The above should be enough to get you started. If you like more detailed instructions like for importing the ONOS project into an IDE and or contributing your changes back to the ONOS project, please see the resources below.

...