Skip to content

Build fails if file/directory paths contains whitespaces #32

@Steve-0628

Description

@Steve-0628

Describe the bug
rush build doesn't work on macos

To Reproduce
Steps to reproduce the behavior:

  1. Make a project
  2. Run rush build to build it
  3. Get an error

Expected behavior
It should be built, as nothing is changed.

Screenshots
(Sorry for the japanese screenshot)

javac: Support/.../classes is an invalid flag. 
Usage: javac <options> <source files>
Use -help to view all options

image

Desktop (please complete the following information):

  • OS: macOS Big Sur 11.4 (20F71)
  • Rush Version v1.2.4

Additional context
It seems like it is using "Application Support" folder which contains space in it, so javac is complaining about it.

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions