-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows, Bazel 0.17.0rc2, regression: bazel no longer writes java.log #6099
Comments
I found the root cause: similarly to #2576, it's the java log path. Turns out we must pass the path with escaped backslashes instead of forward slashes. Working on a fix. |
How come it worked in 0.17rc1 then? |
I don't know yet. What I do know is that (a) the fix solves this issue, and (b) the fix removes an exception from the |
Fixes bazelbuild#6099 Fixes bazelbuild#6098 Related to bazelbuild#2576 Change-Id: Iabff91cca715d08e2977234e8615b2e0bf8a5dbc
Description of the problem / feature request:
0.17.0 rc2 regression over rc1: Bazel on Windows no longer writes
<output_base>/java.log
.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Build anything with 0.17.0 rc1, then run
bazel info output_base
, list the reported directory, seejava.log
is there.Do the same with rc2, see that
java.log
is not there.What operating system are you running Bazel on?
Windows 10 v1709
The text was updated successfully, but these errors were encountered: