onos/tools/build/onos-buck-build-docs
Ray Milkey 2a749835b7 Top level build of component Javadocs
Change-Id: Iceb2a7c84b3dd0b354b27f93a0f746913cd9b778
2016-08-03 09:38:07 -07:00

13 lines
401 B
Bash
Executable File

#!/bin/bash
# -----------------------------------------------------------------------------
# Builds the ONOS Java API docs with buck.
# -----------------------------------------------------------------------------
set -e
[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
. $ONOS_ROOT/tools/build/envDefaults
onos-buck build `onos-buck query "filter('.*-javadoc', '//...')"`