如何在Go项目中使用LiteIDE?

huangapple go评论93阅读模式
英文:

How to use LiteIDE for a Go project?

问题

我已经安装了用于Go的LiteIDE IDE。我创建了一个新的Go项目,但是当我尝试运行它时,我得到了以下错误信息:

<action id="Run" cmd="$(TARGETPATH)" args="$(TARGETARGS)">
<start=" " workdir=""/>
<error msg="process failed to start" />
</action>

我猜我需要配置LiteIDE,但是我不知道如何配置,也没有找到相关的文档。

英文:

I've installed the LiteIDE IDE for Go. I create a new Go project, but I when I try to run it I get:

&lt;action id=&quot;Run&quot; cmd=&quot;$(TARGETPATH)&quot; args=&quot;$(TARGETARGS)&quot;&gt;
&lt;start=&quot; &quot; workdir=&quot;&quot;/&gt;
&lt;error msg=&quot;process failed to start&quot; /&gt;
&lt;/action&gt;

I guess I need to configure LiteIDE, but I don't how and I did not find any relevant documentation.

答案1

得分: 2

  1. 在YOUR_PATH中创建Go1项目。
  2. 导入项目(在项目窗口中),并将自定义GOOPATH设置为YOUR_PATH。
  3. 在YOUR_PATH上下文菜单中设置活动项目。
英文:

Something like that:

  1. Create Go1 Project in YOUR_PATH
  2. Import <GOPATH> project (in projects window) and set custom GOOPATH to YOUR_PATH.
  3. Set active project in the context menu on YOUR_PATH.

huangapple
  • 本文由 发表于 2012年4月6日 00:35:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/10032483.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定