Buck cannot handle paths with spaces
See original GitHub issue aylott in ~/Projects/Design Tools/foo
± |master ✓| → buck targets
Error: Could not find or load main class Tools.foo..buckd
Issue Analytics
- State:
- Created 10 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to handle spaces in external table location path
Everything works as expected for all paths except the ones containing spaces in them. create or replace external table CG with location =...
Read more >How To Deal With Spaces in Paths on Mac and Linux - Medium
The solutions are to use quotes or the backslash escape character. The escape character is more convenient for single spaces, and quotes are ......
Read more >Shellcheck can't properly handle paths with spaces in them?
I tried using the source and source-path directives, but they just kept giving me parsing errors in VS Code unless I wrote a...
Read more >220449 – rpmbuild can not handle paths with whitespace
Bug 220449 - rpmbuild can not handle paths with whitespace ... line 21: cd: /home/fs/eg: No such file or directory So I tried...
Read more >Buck: .buckconfig
local files in the project root, Buck reads configuration settings from the following additional locations, some of which are actually directories: Directory ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ttsugriy yikes! should have checked the commits… did try building from source but got some compile errors so didn’t pursue further lol. Thanks!
fix is now available in https://github.com/facebook/buck/releases/tag/v2018.03.26.01 I’m going to publish deb package soon too.