Vitalts / golangide

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

Run command adds $(TARGETARGS) to start-up arguments #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open hello.go file in LiteIDE
2. Run it (Ctrl + F5)

What is the expected output?
Hello World!

What do you see instead?
Hello $(TARGETARGS)

What version of the product are you using? On what operating system?
LiteIDE X11 (1.71875)

Please provide any additional information below.
Even if I put something into "Build Config Dialog" -> "Build Custom" -> 
$(TARGETARGS) field (e.g. "LiteIDE"), I see the same output ("Hello 
$(TARGETARGS)" instead of "Hello LiteIDE").

Original issue reported on code.google.com by streb...@gmail.com on 15 May 2012 at 2:42

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, forgot to mention: I use Windows 7 x64

Original comment by streb...@gmail.com on 15 May 2012 at 2:43

GoogleCodeExporter commented 8 years ago
Sorry, gosrc.xml error.
liteide -> option -> litebuild-> gosrc.xml
change
<custom id="TargetArgs" name="$(TARGETARGS)" value=""/>
to
<custom id="TargetArgs" name="TARGETARGS" value=""/>

Original comment by Visua...@gmail.com on 15 May 2012 at 10:50

GoogleCodeExporter commented 8 years ago
please download 
http://golangide.googlecode.com/files/bugfix-execargs-liteide1.1-1.4.zip

Original comment by Visua...@gmail.com on 15 May 2012 at 11:18

GoogleCodeExporter commented 8 years ago
bugfix-execargs-liteide1.1-1.4.zip fixed the issue, thanks a lot for quick 
response!

Original comment by streb...@gmail.com on 16 May 2012 at 6:53