You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/04/14 05:24:33 UTC

[incubator-heron] branch nicknezis/bazel-2 updated: genfiles became bin

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 763b3c9  genfiles became bin
763b3c9 is described below

commit 763b3c961f718861d41f69e48dfbc9be2e98d30d
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Tue Apr 14 01:24:07 2020 -0400

    genfiles became bin
---
 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 5aa5717..3d353ad 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-out/./storm-compatibility/src/java/heron-storm.jar \
+scalac -cp bazel-bin/./storm-compatibility/src/java/heron-storm.jar \
   $dir/org/apache/heron/examples/*.scala