Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

LiteBuild does not handle spaces in file paths on Windows #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Project located in a folder with space in name such as 
"C:\Users\mike\My Dropbox\hello"

2. Attempt to build project. Build will fail, noting that it can not find 
"C:\Users\mike\My"

What is the expected output? Expected output is successful build.

What do you see instead? Build fails, see below for LiteBuild output.

What version of the product are you using? On what operating system?
Version:  v0.15625 (x1)
OS:  Windows Vista

Here is the LiteBuild output

<action id="Build">
<cmd="gopromake" _cmd="C:/Program Files/liteide/bin/gopromake.exe"/>
<args="-gopro C:\Users\mike\My Dropbox\hello\hello.e64"/>
golang project make tools. v1.0 by visualfc.
open C:\Users\mike\My: The system cannot find the file specified.

<exit code="1" msg="process exited normally"/>
</action>

Original issue reported on code.google.com by michaelh...@gmail.com on 21 May 2011 at 7:03

GoogleCodeExporter commented 8 years ago

Original comment by Visua...@gmail.com on 1 Jul 2011 at 1:45

GoogleCodeExporter commented 8 years ago
fix folder with space in name on windows/linux/macosx
http://code.google.com/p/liteide/source/detail?r=098785b000ec23d2f22e422833b34f6
88a9dc516

Original comment by Visua...@gmail.com on 18 Jul 2011 at 11:05