This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
new ba9f7f5 Another bazel path update
ba9f7f5 is described below
commit ba9f7f55c1c502c70136d9ad5274fb07a1dd183f
Author: Nicholas Nezis <[email protected]>
AuthorDate: Tue Apr 7 17:16:16 2020 -0400
Another bazel path update
---
examples/src/scala/compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/src/scala/compile.sh b/examples/src/scala/compile.sh
index ac2dda8..5aa5717 100755
--- a/examples/src/scala/compile.sh
+++ b/examples/src/scala/compile.sh
@@ -35,5 +35,5 @@ rm -f heron-storm.jar
(cd $root && bazel build --config=darwin scripts/packages:tarpkgs)
# Verify storm and heron bolts compile with heron-storm.jar
-scalac -cp bazel-genfiles/./storm-compatibility/src/java/heron-storm.jar \
+scalac -cp bazel-out/./storm-compatibility/src/java/heron-storm.jar \
$dir/org/apache/heron/examples/*.scala