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 has been archived by the owner on Dec 15, 2023. It is now read-only.
I'm trying to make the bookshelf example app in the google documentation work with Bazel.
I can't build though. I run into this:
$ bazel build :myapp
INFO: $TEST_TMPDIR defined: output root default is '/spare/local/bazel/'.
.........................
ERROR: /spare/local/code/appengine/BUILD:17:1: no such target '//external:appengine/java/api': target 'appengine/java/api' not declared in package 'external' defined by /spare/local/code/appengine/WORKSPACE and referenced by '//:mylib'.
ERROR: Analysis of target '//:myapp' failed; build aborted.
INFO: Elapsed time: 2.065s
I'm totally new to bazel so there's probably a smarter way to make it work, but you may want to add something to the documentation so that it works out of the box
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to make the bookshelf example app in the google documentation work with Bazel.
I can't build though. I run into this:
I attached my BUILD and WORKSPACE files.
Thanks
Mirko
configuration.zip
The text was updated successfully, but these errors were encountered: