This repository was archived by the owner on Mar 3, 2023. It is now read-only.
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 42
42
` bazel query ' kind("java_test", "heron/...")' ` \
43
43
` bazel query ' kind("java_library", "integration_test/...")' ` )
44
44
45
- HERON_SRC_FILES=` find $HERON_ROOT_DIR -path " */org/apache/*" -name " *.java" `
45
+ HERON_SRC_FILES=` find $HERON_ROOT_DIR -path " */org/apache/*" -name " *.java" -not -path " $HERON_ROOT_DIR /tools/* " `
46
46
BACKTYPE_SRC_FILES=` find $HERON_ROOT_DIR -path " */backtype/storm/*" -name " *.java" `
47
47
APACHE_SRC_FILES=` find $HERON_ROOT_DIR -path " */org/apache/storm/*" -name " *.java" `
48
48
GEN_FILES=` find $GEN_PROTO_DIR -name " *.java" `
@@ -55,8 +55,9 @@ GEN_JARS=`find $HERON_ROOT_DIR/bazel-bin/external/. -name "*\.jar" | tr '\n' ':'
55
55
SCRIBE_JARS=` find $HERON_ROOT_DIR /bazel-bin/. -name " libthrift_scribe_java.jar" | tr ' \n' ' :' `
56
56
PROTO_JARS=` find $HERON_ROOT_DIR /bazel-bin/heron/proto/. -name " *\.jar" | tr ' \n' ' :' `
57
57
CLOSURE_CLASSES=" $HERON_ROOT_DIR /bazel-bin/storm-compatibility/src/java/_javac/storm-compatibility-java/libstorm-compatibility-java_classes/."
58
+ CONTRIB_JARS=` find $HERON_ROOT_DIR /bazel-bin/contrib/. -name " *\.jar" | tr ' \n' ' :' `
58
59
59
- export CLASSPATH=$BIN_JARS :$GEN_JARS :$SCRIBE_JARS :$PROTO_JARS :$CLOSURE_CLASSES
60
+ export CLASSPATH=$BIN_JARS :$GEN_JARS :$SCRIBE_JARS :$PROTO_JARS :$CLOSURE_CLASSES : $CONTRIB_JARS
60
61
61
62
$JAVADOC $FLAGS \
62
63
-encoding " UTF-8" \
You can’t perform that action at this time.
0 commit comments