Vitalts / golangide

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

[Windows] Cannot build when project name contains spaces #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Windows, create a Go Project with space in name, e.g. "Foo Bar".
2. Hit Ctrl-F7 (BuildAndRun)

What is the expected output? What do you see instead?
Expected: successful compilation
I see instead:
<action id="Build" cmd="${GOPROMAKE}" args="-gopro ${PROJECTNAME}">

<start="C:/path/to/liteide/bin/gopromake.exe -gopro Flights Gateway.e64" 
workdir="C:/some/path/my_project"/>

Golang Project Build Tools.

open Foo: The system cannot find the file specified.

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

</action>

What version of the product are you using? On what operating system?
x10, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by czapko...@gmail.com on 5 Oct 2011 at 12:40

GoogleCodeExporter commented 8 years ago
liteide build and debug system not support project name contains spaces

Original comment by Visua...@gmail.com on 8 Oct 2011 at 1:33

GoogleCodeExporter commented 8 years ago
use liteide x11 and gopath project

Original comment by Visua...@gmail.com on 11 Jun 2012 at 3:04