为什么我会收到警告:“build.properties不存在” [英] Why do I get a warning: "build.properties does not exist"

查看:544
本文介绍了为什么我会收到警告:“build.properties不存在”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这似乎与插件开发环境有关,但我不是在编写Eclipse插件。



如何停止获取此警告? / p>

非常感谢!

解决方案

如果你不写插件-in,那么你可以编辑.project文件并删除插件大自然,也可能是api工具的性质,如果它在那里。

 < projectDescription> 
...
< natures>
< nature> org.eclipse.pde.PluginNature< / nature>
< nature> org.eclipse.jdt.core.javanature< / nature>
< nature> org.eclipse.pde.api.tools.apiAnalysisNature< / nature>
< / natures>
< / projectDescription>


This appears to be something to do with the Plugin Development Environment, but I'm not writing an Eclipse Plugin.

How can I stop getting this warning?

Thanks a lot!

解决方案

If you are not writing a plug-in, then you can edit the .project file and remove the Plugin Nature, and perhaps also the api tools nature if it is there.

<projectDescription>
    ...
    <natures>
        <nature>org.eclipse.pde.PluginNature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
    </natures>
</projectDescription>

这篇关于为什么我会收到警告:“build.properties不存在”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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