-
Notifications
You must be signed in to change notification settings - Fork 51
appengine-web.xml
not being put in WEB-INF
#63
Comments
On inspection I found that in |
@dclements do you happen to have a branch of this online? Or can point me to the specific place you changed? I'm seeing the issue but couldn't find what you're talking about |
Well at HEAD with a recent bazel on linux or Mac I can and it works fine. Looking at the example you have in your Maybe we should try and fix it for you -- but as-is you need to specify the '_deploy.jar' which is an implicit output that creates a mega-jar from all of the small per-lib jars. So change to jars = [":java-maven-lib_deploy.jar"], and try again |
This to me looks more or less identical to the
README
example. Am I missing something simple?Bazel version:
.bazelrc
:Structure of project:
WORKSPACE
:BUILD
:I build it and then run it (with
bazel run //:foo-gae -- --port=12345
), and it generates the following exception:When I open up
bazel-bin/foo-gae.war
: I see the following structure:The text was updated successfully, but these errors were encountered: