Closed facchinm closed 7 years ago
Will not use this PR in its entirety. However, will cherry-pick your change for the compile rules into the main trunk code and the Deneb.RC2 tag manually.
Changes were cherry-picked and merged to main trunk (#522). Thus, closing this PR.
The Java IDE applies specific transformations to the input "recipes" based on locale and OS. On Windows, if a path contains a space, the quotation marks get ignored and the whole commandline gets passed to the underlying GO program as a single string, leading to a failure when calling
flag.Parse
. Enclosing the whole flag+path instead than the path alone fixes the issue.