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
Then when i run bazel build //protocol:client-java-proto i get this error:
ERROR: /Users/haikalpribadi/Workspace/repos/graknlabs/grakn/protocol/BUILD:20:1: no such package 'java': BUILD file not found on package path and referenced by '//protocol:client-java-proto'
Do you know what I'm missing here? Bazel can't seem to find the java package in rules_proto which is clearly sitting there at the root!
Hi @pcj,
I'm trying to use
java_grpc_library
and hitting my head against the wall. :/In
//dependencies/compilers/dependencies.bzl
I have:In
WORKSPACE
I loaded:Then in the
//protocol/BUILD
I do:Then when i run
bazel build //protocol:client-java-proto
i get this error:Do you know what I'm missing here? Bazel can't seem to find the
java
package inrules_proto
which is clearly sitting there at the root!I've pushed it up to my repo, it's on
bazel-init-java-grpc-library-fails
. https://github.com/haikalpribadi/grakn/tree/bazel-init-java-grp-library-failsCan you help figure out what's going on?
The text was updated successfully, but these errors were encountered: