Thanks for the tips.
I know this isn’t quite the right forum for IDE support but I haven’t had much luck with the IntelliJIDEA plug-in for buck. It works ok for editing and more importantly for navigating but I can’t run a buck build from inside the IDE. One obvious problem is that ONOS requires a special binary of buck in bin/buck. The plugin will go for /usr/local/bin/buck which won’t build ONOS. However changing that in the preferences didn’t seem to work any better.
Aside from that I discovered that not only could I not build in the IDE, but I couldn’t build at a shell prompt either unless I exit the IDE! Does anyone know what is going on there? If you disable or uninstall the buck plugin, then the build works fine. Are there any configuration installation tips so this doesn’t happen?
Another annoying thing about it is that the buck plug-in spits out continuous error messages unless you load the Android Debugger daemon. (Which in turn may require an XCode upgrade if you are on Mac OS X) Anyone know a better way around that?