You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
@@ -44,7 +41,7 @@ function get_heron_thirdparty_dependencies() {
44
41
# bazel-bin/external for third_party deps
45
42
# bazel-heron/bazel-bin/host/bin/third_party for extra_action proto jars in third_party
46
43
# bazel-heron/bazel-bin/host/genfiles/external more third_party deps
47
-
echo"$(find {bazel-bin/heron/proto,bazel-bin/external,bazel-incubator-heron/bazel-bin/host/bin/third_party,bazel-incubator-heron/bazel-bin/host/genfiles/external}/. -name "*jar" -type f | sort -u)";
44
+
echo"$(find {bazel-bin/heron/proto,bazel-bin/external,bazel-incubator-heron/bazel-out/host/bin/third_party,bazel-incubator-heron/bazel-out/host/bin/external}/. -name "*jar" -type f | sort -u)";
48
45
}
49
46
50
47
functionget_heron_bazel_deps(){
@@ -67,7 +64,7 @@ function get_package_of() {
67
64
}
68
65
69
66
functionget_heron_java_paths() {
70
-
local java_paths=$(find {heron,heron/tools,tools,integration_test,examples,storm-compatibility,eco,eco-storm-examples,eco-heron-examples,contrib} -name "*.java"| sed "s|/src/java/.*$|/src/java|"| sed "s|/java/src/.*$|/java/src|"| sed "s|/tests/java/.*$|/tests/java|"| sort -u | fgrep -v "heron/scheduler/"| fgrep -v "heron/scheduler/")
67
+
local java_paths=$(find {heron,heron/tools,tools,integration_test,examples,storm-compatibility/v0.10.2,eco,eco-storm-examples,eco-heron-examples,contrib} -name "*.java"| sed "s|/src/java/.*$|/src/java|"| sed "s|/java/src/.*$|/java/src|"| sed "s|/tests/java/.*$|/tests/java|"| sort -u | fgrep -v "heron/scheduler/"| fgrep -v "heron/scheduler/")
71
68
if [ "$(uname -s | tr 'A-Z''a-z')"!="darwin" ];then
0 commit comments