Eclipse添加你自己的build命令 [英] Eclipse adding your own build command

查看:143
本文介绍了Eclipse添加你自己的build命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  1. 将我的自定义构建命令与eclipse配合使用。直到现在,我只看到 make all 。我使用一个shell脚本来构建我的项目;如何在Eclipse环境中使用它?

  2. 当我使用现有的源代码创建一个新项目时,它不会添加文件,而不需要构建代码,如果代码失败建立(因为我通常没有使所有)。

我可以解决这个问题吗?

解决方案

您可以在项目属性的Builders类别中添加自定义构建器。 p>

project-> properties-> builders-> new



还可以停用默认的eclipse构建器..



希望有帮助


I am new to eclipse and wanted to do the following:

  1. Use my custom build commands with eclipse. Until now I only saw make all. I use a shell script for building my project; how can I use that in an Eclipse environment?
  2. When I create a new project with the existing source code, it doesn't add the files, without building the code and if code fails to build (because I generally don't have make all).

How do I resolve this issue?

解决方案

You can add a custom builder in the "Builders" category of the project properties.

project->properties->builders->new

there you can also deactivate the default eclipse builders..

hope that helped

这篇关于Eclipse添加你自己的build命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆