blob: cdac83f2c40e5b7842571770ed0f2b156cdb25cc [file] [log] [blame]
Thomas Vachuska45331492014-10-31 11:08:11 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
Thomas Vachuska683b31b2015-01-26 11:54:31 -08003# Builds the ONOS Java API docs.
Thomas Vachuska45331492014-10-31 11:08:11 -07004# -----------------------------------------------------------------------------
5
Brian O'Connorf5d93632015-09-04 20:18:31 -07006set -e
7
Thomas Vachuska45331492014-10-31 11:08:11 -07008[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
9. $ONOS_ROOT/tools/build/envDefaults
10
Thomas Vachuska6066dff2016-10-26 13:57:36 -070011onos-buck build //docs:external //docs:internal --show-output