added services jar to examples script classpath

Signed-off-by: jamesbw <github+jamesbw@squareup.com>
This commit is contained in:
jamesbw 2013-11-12 15:30:59 -08:00
parent bc26730c78
commit 414615c43b
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}"
DRUID_CP=${EXAMPLE_LOC} DRUID_CP=${EXAMPLE_LOC}
#For a pull #For a pull
DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../target/druid-examples-*-selfcontained.jar` DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../target/druid-examples-*-selfcontained.jar`
DRUID_CP=${DRUID_CP}:`ls ${SCRIPT_DIR}/../../services/target/druid-services-*-selfcontained.jar`
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/../config/realtime
#For the kit #For the kit
DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/lib/* DRUID_CP=${DRUID_CP}:${SCRIPT_DIR}/lib/*