Skip to content
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

[Problem] the generated shell script in windows cannot recognize the space among the file names #3807

Closed
Sherler opened this issue Sep 25, 2017 · 4 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) platform: windows type: bug

Comments

@Sherler
Copy link

Sherler commented Sep 25, 2017

Description of the Bug:

I came across a bug (shown below) when following the tutorial of building java program with bazel
image

I noticed that my username "George Liang" contains a space character, which I believed should be the main reason of the error.
I''m new to bazel, and I'm not sure about that. Hope someone can help.

The environment is:
Windows 10
bazel 0.5.4
java 1.8

@Sherler Sherler changed the title [Bug] the generated shell script in windows cannot recognize the space among the file names [Problem] the generated shell script in windows cannot recognize the space among the file names Sep 25, 2017
@katre katre added platform: windows P1 I'll work on this now. (Assignee required) labels Sep 25, 2017
@laszlocsomor
Copy link
Contributor

Yes, that's very likely the bug indeed.
Routing to @meteorcloudy -- does the native launcher handle this?

@meteorcloudy
Copy link
Member

Yes, this is hitting a bug of parsing manifest file in java_stub_template.txt
And the native launcher handles it nicely.

I'll send a fix for the java stub.

@meteorcloudy
Copy link
Member

meteorcloudy commented Sep 26, 2017

@Sherler Can you try our latest release candidate?
https://storage.googleapis.com/bazel/0.6.0/rc4/bazel-0.6.0rc4-windows-x86_64.exe, it should fix the problem. ;)

@Sherler
Copy link
Author

Sherler commented Sep 26, 2017

@meteorcloudy yeah, It works as expected now!Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) platform: windows type: bug
Projects
None yet
Development

No branches or pull requests

4 participants